Files
lix/src/libstore/references.hh
T
2009-03-28 20:51:33 +00:00

15 lines
226 B
C++

#ifndef __REFERENCES_H
#define __REFERENCES_H
#include "types.hh"
#include "hash.hh"
namespace nix {
PathSet scanForReferences(const Path & path, const PathSet & refs,
Hash & hash);
}
#endif /* !__REFERENCES_H */