Browse Source

move ThreadFlushWalletDB declaration to walletdb.h

pull/145/head
Philip Kaufmann 9 years ago
parent
commit
f702d1c66d
  1. 3
      src/wallet/db.h
  2. 1
      src/wallet/walletdb.h

3
src/wallet/db.h

@ -25,9 +25,6 @@ class COutPoint;
extern unsigned int nWalletDBUpdated;
void ThreadFlushWalletDB(const std::string& strWalletFile);
class CDBEnv
{
private:

1
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

Loading…
Cancel
Save