1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-18 16:29:36 +01:00
nix/src/libstore/references.hh
2005-11-16 08:27:06 +00:00

10 lines
167 B
C++

#ifndef __REFERENCES_H
#define __REFERENCES_H
#include "util.hh"
PathSet scanForReferences(const Path & path, const PathSet & refs);
#endif /* !__REFERENCES_H */