about summary refs log tree commit diff stats
path: root/src/sqliteinterface.hpp
diff options
context:
space:
mode:
authorComradeCrow <comradecrow@vivaldi.net>2023-05-15 16:43:57 -0700
committerComradeCrow <comradecrow@vivaldi.net>2023-05-15 16:43:57 -0700
commitef43068ce29233115cff2bdac11fc882a71ed107 (patch)
treea5fae21897a3065804a615936b0c2e730b3ffd2e /src/sqliteinterface.hpp
parent0bde4573e5301f682d438856c4622209549718c9 (diff)
downloadytcpp-ef43068ce29233115cff2bdac11fc882a71ed107.tar.gz
db updates
Diffstat (limited to 'src/sqliteinterface.hpp')
-rw-r--r--src/sqliteinterface.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sqliteinterface.hpp b/src/sqliteinterface.hpp
index 8d7f016..cc4adb4 100644
--- a/src/sqliteinterface.hpp
+++ b/src/sqliteinterface.hpp
@@ -13,6 +13,7 @@ class SqliteInterface {
         void closeDB();
         void createTables();
         void saveVideo(const Video::video&);
+        void saveInstance(const std::string& uri, float health, const std::string& location);
     private:
         sqlite3* db;
 };