1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

* Did something useful while waiting at IAD: reference scanning is now

much faster.
This commit is contained in:
Eelco Dolstra 2005-11-16 08:27:06 +00:00
parent 9311ab76a5
commit b7f008fc35
5 changed files with 52 additions and 31 deletions

View file

@ -4,7 +4,7 @@
#include "util.hh"
Strings filterReferences(const Path & path, const Strings & refs);
PathSet scanForReferences(const Path & path, const PathSet & refs);
#endif /* !__REFERENCES_H */