X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fdb.h;h=ae0ffd277f60c79b8adf9517f49eb36dbd813c86;hp=48e10a95a7d1be16e8ea6525ab8e59d6a3845d22;hb=e10622d1297e638109bbf58c35ad008f7acbae7c;hpb=6b6aaa1698838278a547f16a15e635bd58ec867d diff --git a/src/db.h b/src/db.h index 48e10a9..ae0ffd2 100644 --- a/src/db.h +++ b/src/db.h @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying -// file license.txt or http://www.opensource.org/licenses/mit-license.php. +// file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_DB_H #define BITCOIN_DB_H @@ -25,6 +25,7 @@ class CWallet; class CWalletTx; extern unsigned int nWalletDBUpdated; +extern bool fDetachDB; extern DbEnv dbenv; extern void DBFlush(bool fShutdown);