diff options
Diffstat (limited to 'src/libstore/remote-store.hh')
-rw-r--r-- | src/libstore/remote-store.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/remote-store.hh b/src/libstore/remote-store.hh index c1ac2d05a1f5..6e92498377dd 100644 --- a/src/libstore/remote-store.hh +++ b/src/libstore/remote-store.hh @@ -27,7 +27,7 @@ public: bool isValidPath(const Path & path); - PathSet queryValidPaths(); + PathSet queryAllValidPaths(); ValidPathInfo queryPathInfo(const Path & path); |