forked from lix-project/lix
b7f008fc35
much faster.
11 lines
167 B
C++
11 lines
167 B
C++
#ifndef __REFERENCES_H
|
|
#define __REFERENCES_H
|
|
|
|
#include "util.hh"
|
|
|
|
|
|
PathSet scanForReferences(const Path & path, const PathSet & refs);
|
|
|
|
|
|
#endif /* !__REFERENCES_H */
|