diff options
Diffstat (limited to 'src/libstore/db.hh')
-rw-r--r-- | src/libstore/db.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/db.hh b/src/libstore/db.hh index b7ebd446793d..dd7d76b8cebb 100644 --- a/src/libstore/db.hh +++ b/src/libstore/db.hh @@ -65,6 +65,8 @@ public: void close(); TableId openTable(const string & table, bool sorted = false); + void closeTable(TableId table); + void deleteTable(const string & table); bool queryString(const Transaction & txn, TableId table, const string & key, string & data); |