mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-12-03 02:46:16 +02:00
11 lines
156 B
C++
11 lines
156 B
C++
|
#ifndef __VALUES_H
|
||
|
#define __VALUES_H
|
||
|
|
||
|
#include "util.hh"
|
||
|
|
||
|
|
||
|
Strings filterReferences(const string & path, const Strings & refs);
|
||
|
|
||
|
|
||
|
#endif /* !__VALUES_H */
|