diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2015-04-08 14:31:53 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2015-04-08 14:31:53 +0200 |
commit | f702d1c66df1534d3fad881f4f72160818a8305c (patch) | |
tree | 5165f33ae10b075d23f66b47d0d43e70561c75b2 /src/wallet/walletdb.h | |
parent | 7efc9cf672acd752521a79c1547d232b2ca3486b (diff) |
move ThreadFlushWalletDB declaration to walletdb.h
Diffstat (limited to 'src/wallet/walletdb.h')
-rw-r--r-- | src/wallet/walletdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/walletdb.h b/src/wallet/walletdb.h index a1c38b9d3d..e5f64ffaae 100644 --- a/src/wallet/walletdb.h +++ b/src/wallet/walletdb.h @@ -138,5 +138,6 @@ private: }; bool BackupWallet(const CWallet& wallet, const std::string& strDest); +void ThreadFlushWalletDB(const std::string& strFile); #endif // BITCOIN_WALLETDB_H |