diff options
Diffstat (limited to 'nix/libstore/worker-protocol.hh')
| -rw-r--r-- | nix/libstore/worker-protocol.hh | 3 |
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 { | |||
| 59 | Path readStorePath(Source & from); | 59 | Path readStorePath(Source & from); |
| 60 | template<class T> T readStorePaths(Source & from); | 60 | template<class T> T readStorePaths(Source & from); |
| 61 | 61 | ||
| 62 | Path readStorePathStrict(Source & from); | ||
| 63 | template<class T> T readStorePathsStrict(Source & from); | ||
| 64 | |||
| 62 | 65 | ||
| 63 | } | 66 | } |
