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