diff options
Diffstat (limited to 'src/libstore/store.hh')
-rw-r--r-- | src/libstore/store.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstore/store.hh b/src/libstore/store.hh index e09a4a94b70d..40d1859e533d 100644 --- a/src/libstore/store.hh +++ b/src/libstore/store.hh @@ -63,8 +63,8 @@ bool querySuccessor(const Path & srcPath, Path & sucPath); Paths queryPredecessors(const Path & sucPath); /* Register a substitute. */ -void registerSubstitute(const Path & srcPath, - const Substitute & sub); +void registerSubstitute(const Transaction & txn, + const Path & srcPath, const Substitute & sub); /* Return the substitutes expression for the given path. */ Substitutes querySubstitutes(const Path & srcPath); |