summaryrefslogtreecommitdiff
path: root/nix/libstore/worker-protocol.hh
diff options
context:
space:
mode:
Diffstat (limited to 'nix/libstore/worker-protocol.hh')
-rw-r--r--nix/libstore/worker-protocol.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/nix/libstore/worker-protocol.hh b/nix/libstore/worker-protocol.hh
index ef259db2a01..8e3fb369193 100644
--- a/nix/libstore/worker-protocol.hh
+++ b/nix/libstore/worker-protocol.hh
@@ -59,5 +59,8 @@ typedef enum {
59Path readStorePath(Source & from); 59Path readStorePath(Source & from);
60template<class T> T readStorePaths(Source & from); 60template<class T> T readStorePaths(Source & from);
61 61
62Path readStorePathStrict(Source & from);
63template<class T> T readStorePathsStrict(Source & from);
64
62 65
63} 66}