about summary refs log tree commit diff
path: root/src/store.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/store.hh')
-rw-r--r--src/store.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/store.hh b/src/store.hh
index 7dd0f72e6f7c..78d5529e7724 100644
--- a/src/store.hh
+++ b/src/store.hh
@@ -35,5 +35,7 @@ void addToStore(string srcPath, string & dstPath, FSId & id,
 /* Delete a value from the nixStore directory. */
 void deleteFromStore(const string & path);
 
+void verifyStore();
+
 
 #endif /* !__STORE_H */