about summary refs log tree commit diff
path: root/src/store.hh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-07-17T12·27+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-07-17T12·27+0000
commitb3fc38bf6a407f962b83089b2e13cbc90dd53042 (patch)
tree9b5200845516f93a79255dc7857500556c2d0e2a /src/store.hh
parent71cc3ceae5c5dd97a0faa2dab3da3dd0c479b0b5 (diff)
* For debugging: `nix --verify' to check the consistency of the
  database and store.

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 */