Remove main.h from db.cpp
[novacoin.git] / src / walletdb.h
index 44f5825..1f727c1 100644 (file)
@@ -95,4 +95,6 @@ public:
     static bool Recover(CDBEnv& dbenv, std::string filename);
 };
 
+bool BackupWallet(const CWallet& wallet, const std::string& strDest);
+
 #endif // BITCOIN_WALLETDB_H