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