move ThreadFlushWalletDB declaration to walletdb.h
This commit is contained in:
parent
7efc9cf672
commit
f702d1c66d
2 changed files with 1 additions and 3 deletions
|
@ -25,9 +25,6 @@ class COutPoint;
|
||||||
|
|
||||||
extern unsigned int nWalletDBUpdated;
|
extern unsigned int nWalletDBUpdated;
|
||||||
|
|
||||||
void ThreadFlushWalletDB(const std::string& strWalletFile);
|
|
||||||
|
|
||||||
|
|
||||||
class CDBEnv
|
class CDBEnv
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
|
|
@ -138,5 +138,6 @@ private:
|
||||||
};
|
};
|
||||||
|
|
||||||
bool BackupWallet(const CWallet& wallet, const std::string& strDest);
|
bool BackupWallet(const CWallet& wallet, const std::string& strDest);
|
||||||
|
void ThreadFlushWalletDB(const std::string& strFile);
|
||||||
|
|
||||||
#endif // BITCOIN_WALLETDB_H
|
#endif // BITCOIN_WALLETDB_H
|
||||||
|
|
Loading…
Reference in a new issue