diff options
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r-- | src/libstore/local-store.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index ec0b482eae3e..1e4080becd8c 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -213,6 +213,8 @@ private: void prepareStatements(); + unsigned long long queryValidPathId(const Path & path); + unsigned long long addValidPath(const ValidPathInfo & info); void addReference(unsigned long long referrer, unsigned long long reference); |