aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/sqlite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/sqlite.h')
-rw-r--r--src/wallet/sqlite.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/sqlite.h b/src/wallet/sqlite.h
index 0c9ab32fc8..b529301771 100644
--- a/src/wallet/sqlite.h
+++ b/src/wallet/sqlite.h
@@ -96,4 +96,6 @@ public:
bool ExistsSQLiteDatabase(const fs::path& path);
std::unique_ptr<SQLiteDatabase> MakeSQLiteDatabase(const fs::path& path, const DatabaseOptions& options, DatabaseStatus& status, bilingual_str& error);
+std::string SQLiteDatabaseVersion();
+
#endif // BITCOIN_WALLET_SQLITE_H