diff options
Diffstat (limited to 'src/db.h')
-rw-r--r-- | src/db.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -28,8 +28,6 @@ class CBlockLocator; extern unsigned int nWalletDBUpdated; extern DbEnv dbenv; - -extern void RemoveLogFilesOnShutdown(bool fRemoveLogFiles); extern void DBFlush(bool fShutdown); void ThreadFlushWalletDB(void* parg); bool BackupWallet(const CWallet& wallet, const std::string& strDest); |