3e5a019a070c ^
3509299aca83 ^
75068e7d753c ^
b7f008fc353e ^
1 2
3
4
5
6
7
8
9 10
11
12
#ifndef __REFERENCES_H #define __REFERENCES_H #include "types.hh" namespace nix { PathSet scanForReferences(const Path & path, const PathSet & refs); } #endif /* !__REFERENCES_H */