1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 23:28:26 -04:00
nix/src/libstore/references.hh

15 lines
226 B
C++
Raw Normal View History

#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 */