about summary refs log tree commit diff
path: root/src/libstore/db.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/db.hh')
-rw-r--r--src/libstore/db.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/db.hh b/src/libstore/db.hh
index d566fdad1e1c..8418364929db 100644
--- a/src/libstore/db.hh
+++ b/src/libstore/db.hh
@@ -27,6 +27,7 @@ public:
     Transaction(Database & _db);
     ~Transaction();
 
+    void begin(Database & db);
     void abort();
     void commit();