From 676e924f7c5bd780250a80187bfcb74550348af7 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 2 Jan 2023 21:00:10 +0100 Subject: Added tests --- storage.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'storage.h') 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; -- cgit v1.2.3