mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 15:19:07 +01:00
Add src/wallet/* code to wallet:: namespace
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
#include <sqlite3.h>
|
||||
|
||||
struct bilingual_str;
|
||||
|
||||
namespace wallet {
|
||||
class SQLiteDatabase;
|
||||
|
||||
/** RAII class that provides access to a WalletDatabase */
|
||||
@@ -116,5 +118,6 @@ public:
|
||||
std::unique_ptr<SQLiteDatabase> MakeSQLiteDatabase(const fs::path& path, const DatabaseOptions& options, DatabaseStatus& status, bilingual_str& error);
|
||||
|
||||
std::string SQLiteDatabaseVersion();
|
||||
} // namespace wallet
|
||||
|
||||
#endif // BITCOIN_WALLET_SQLITE_H
|
||||
|
||||
Reference in New Issue
Block a user