diff options
author | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-06-19 16:50:28 -0400 |
---|---|---|
committer | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-06-19 16:50:28 -0400 |
commit | e7a14118df5b53b07ecf48c8fb1ac712677250b3 (patch) | |
tree | e011a2f3f7199f01786c6d67f87f2cf3276d6d97 /src/libstore/references.hh | |
parent | 20799a5151cbb185c1772b8e5160493b2dc2d0e8 (diff) |
WIP bug fixing
Diffstat (limited to 'src/libstore/references.hh')
-rw-r--r-- | src/libstore/references.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstore/references.hh b/src/libstore/references.hh index c38bdd720..598a3203a 100644 --- a/src/libstore/references.hh +++ b/src/libstore/references.hh @@ -5,8 +5,7 @@ namespace nix { -PathSet scanForReferences(const Path & path, const PathSet & refs, - HashResult & hash); +std::pair<PathSet, HashResult> scanForReferences(const Path & path, const PathSet & refs); struct RewritingSink : Sink { |