forked from lix-project/lix
11 lines
166 B
C++
11 lines
166 B
C++
#ifndef __REFERENCES_H
|
|
#define __REFERENCES_H
|
|
|
|
#include "util.hh"
|
|
|
|
|
|
Strings filterReferences(const Path & path, const Strings & refs);
|
|
|
|
|
|
#endif /* !__REFERENCES_H */
|