diff options
Diffstat (limited to 'datastore-leveldb/src/db.h')
-rw-r--r-- | datastore-leveldb/src/db.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/datastore-leveldb/src/db.h b/datastore-leveldb/src/db.h deleted file mode 100644 index 5e31b00..0000000 --- a/datastore-leveldb/src/db.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef HAVE_DB_H -#define HAVE_DB_H - -#include <leveldb/db.h> - -leveldb::DB *db_get(std::string& name); - -bool db_insert(std::string& name, const uint64_t timestamp, std::string& value); - -void db_close(); - -std::string db_make_key(const uint64_t timestamp); - -#endif /*HAVE_DB_H*/ |