aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/db.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/db.hh')
-rw-r--r--src/libstore/db.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/db.hh b/src/libstore/db.hh
index 841836492..b962d77bc 100644
--- a/src/libstore/db.hh
+++ b/src/libstore/db.hh
@@ -58,6 +58,8 @@ private:
Db * getDb(TableId table);
+ void open2(const string & path, bool removeOldEnv);
+
public:
Database();
~Database();