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.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstore/db.hh b/src/libstore/db.hh
index 1c681b9b5..bbeabfc7d 100644
--- a/src/libstore/db.hh
+++ b/src/libstore/db.hh
@@ -76,7 +76,8 @@ public:
const string & key, const string & data);
void setStrings(const Transaction & txn, TableId table,
- const string & key, const Strings & data);
+ const string & key, const Strings & data,
+ bool deleteEmpty = true);
void delPair(const Transaction & txn, TableId table,
const string & key);