diff options
Diffstat (limited to 'src/store.hh')
-rw-r--r-- | src/store.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/store.hh b/src/store.hh index b2cdc41f166e..d1f1be6689ed 100644 --- a/src/store.hh +++ b/src/store.hh @@ -35,7 +35,8 @@ bool queryPathId(const string & path, FSId & id); substitute (since when we build the substitute, we would first try to expand the id... kaboom!). */ string expandId(const FSId & id, const string & target = "", - const string & prefix = "/", FSIdSet pending = FSIdSet()); + const string & prefix = "/", FSIdSet pending = FSIdSet(), + bool ignoreSubstitutes = false); /* Copy a file to the nixStore directory and register it in dbRefs. Return the hash code of the value. */ |