diff options
Diffstat (limited to 'src/libstore/store.cc')
-rw-r--r-- | src/libstore/store.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/store.cc b/src/libstore/store.cc index 03855408ed4d..e9d65404400e 100644 --- a/src/libstore/store.cc +++ b/src/libstore/store.cc @@ -247,7 +247,7 @@ void canonicalisePathMetaData(const Path & path) } -static bool isValidPathTxn(const Transaction & txn, const Path & path) +bool isValidPathTxn(const Transaction & txn, const Path & path) { string s; return nixDB.queryString(txn, dbValidPaths, path, s); |