diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-06-27 14:56:12 +0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-06-27 14:56:12 +0000 |
commit | 40b5936691fe2448dea0080e2319cc340bc7c65c (patch) | |
tree | 66144e3af56bc1d7035134b85f5e00641ab305e0 /src/values.hh | |
parent | 3da9687854e029e9df3b612fd592d2d5a622bb20 (diff) | |
download | guix-40b5936691fe2448dea0080e2319cc340bc7c65c.tar.gz |
* Realisation of Derive(...) expressions.
Diffstat (limited to 'src/values.hh')
-rw-r--r-- | src/values.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/values.hh b/src/values.hh index 1bb00a9dd0..79ef48671f 100644 --- a/src/values.hh +++ b/src/values.hh @@ -15,7 +15,7 @@ void copyFile(string src, string dst); void addToStore(string srcPath, string & dstPath, Hash & hash); /* Delete a value from the nixStore directory. */ -void deleteFromStore(Hash hash); +void deleteFromStore(const string & path); /* !!! */ string queryFromStore(Hash hash); |