blob: 7d068eb51700684b258f95266c90393200bbd881 (
plain) (
tree)
|
|
#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 */
|