summaryrefslogtreecommitdiff
path: root/src/database/include/database.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/include/database.hpp')
-rw-r--r--src/database/include/database.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/database/include/database.hpp b/src/database/include/database.hpp
index cfef0a7d..b9df5fd4 100644
--- a/src/database/include/database.hpp
+++ b/src/database/include/database.hpp
@@ -17,6 +17,9 @@ class Database {
~Database();
+ auto Initialise() -> void;
+ auto Update() -> void;
+
private:
std::unique_ptr<leveldb::DB> db_;
std::unique_ptr<leveldb::Cache> cache_;