From b3fc38bf6a407f962b83089b2e13cbc90dd53042 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 17 Jul 2003 12:27:55 +0000 Subject: * For debugging: `nix --verify' to check the consistency of the database and store. --- src/store.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/store.hh') 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 */ -- cgit 1.4.1