1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 13:06:01 +01:00
nix/src/libnix/references.hh
2003-11-16 17:46:31 +00:00

10 lines
166 B
C++

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