1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-23 17:31:08 +01:00
nix/src/libnix/references.hh
2003-10-20 09:20:11 +00:00

10 lines
154 B
C++

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