summaryrefslogtreecommitdiffhomepage
path: root/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage.h')
-rw-r--r--storage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage.h b/storage.h
index 09514c3..34144ee 100644
--- a/storage.h
+++ b/storage.h
@@ -30,6 +30,9 @@ public:
void cleanup();
+ std::string generate_id();
+ uint32_t checksum32(const std::string& s);
+
private:
SQLite::Database m_db;
uint64_t m_maxage;