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
2003-11-18 10:55:27 +00:00

11 lines
166 B
C++

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