about summary refs log tree commit diff
path: root/src/libnix/references.hh
blob: d009453d6a00b6cee81dfc114aa74deb60204718 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef __VALUES_H
#define __VALUES_H

#include "util.hh"


Strings filterReferences(const Path & path, const Strings & refs);


#endif /* !__VALUES_H */