* Refactored the source tree.

This commit is contained in:
Eelco Dolstra 2003-10-20 09:20:11 +00:00
parent 0eab306466
commit 53e376d836
50 changed files with 0 additions and 1 deletions

10
src/libnix/references.hh Normal file
View file

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