diff options
Diffstat (limited to 'src/libnix/references.hh')
-rw-r--r-- | src/libnix/references.hh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libnix/references.hh b/src/libnix/references.hh new file mode 100644 index 000000000000..d009453d6a00 --- /dev/null +++ b/src/libnix/references.hh @@ -0,0 +1,10 @@ +#ifndef __VALUES_H +#define __VALUES_H + +#include "util.hh" + + +Strings filterReferences(const Path & path, const Strings & refs); + + +#endif /* !__VALUES_H */ |