1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 23:28:26 -04:00
nix/src/references.hh

11 lines
156 B
C++
Raw Normal View History

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