gnu: guix: Update to 846403e.
[jackhill/guix/guix.git] / nix / libstore / references.hh
CommitLineData
36457566
LC
1#pragma once
2
3#include "types.hh"
4#include "hash.hh"
5
6namespace nix {
7
8PathSet scanForReferences(const Path & path, const PathSet & refs,
9 HashResult & hash);
10
11}