From 2d37e88319441958b7eed876042a106e79c7c85d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 24 Sep 2018 13:53:44 +0200 Subject: Move most of the daemon implementation to libstore --- src/libstore/worker-protocol.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libstore/worker-protocol.hh') diff --git a/src/libstore/worker-protocol.hh b/src/libstore/worker-protocol.hh index 5ebdfaf13..a03edd10f 100644 --- a/src/libstore/worker-protocol.hh +++ b/src/libstore/worker-protocol.hh @@ -62,6 +62,9 @@ typedef enum { #define STDERR_RESULT 0x52534c54 +class Store; +class Source; + Path readStorePath(Store & store, Source & from); template T readStorePaths(Store & store, Source & from); -- cgit v1.2.3