aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/references.hh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-11-16 08:27:06 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-11-16 08:27:06 +0000
commitb7f008fc353ea05c423fb571047144052ce691c3 (patch)
treed2d62977981a0ba8ab7efecab481d80e617f488b /src/libstore/references.hh
parent9311ab76a523de516b6bc98afda9e4b790225514 (diff)
* Did something useful while waiting at IAD: reference scanning is now
much faster.
Diffstat (limited to 'src/libstore/references.hh')
-rw-r--r--src/libstore/references.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/references.hh b/src/libstore/references.hh
index ada23a883..4b1299e7a 100644
--- a/src/libstore/references.hh
+++ b/src/libstore/references.hh
@@ -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 */