diff options
Diffstat (limited to 'third_party/nix/src/libstore/references.hh')
-rw-r--r-- | third_party/nix/src/libstore/references.hh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/nix/src/libstore/references.hh b/third_party/nix/src/libstore/references.hh new file mode 100644 index 000000000000..013809d122f3 --- /dev/null +++ b/third_party/nix/src/libstore/references.hh @@ -0,0 +1,11 @@ +#pragma once + +#include "types.hh" +#include "hash.hh" + +namespace nix { + +PathSet scanForReferences(const Path & path, const PathSet & refs, + HashResult & hash); + +} |