diff options
Diffstat (limited to 'src/libstore/remote-store.hh')
-rw-r--r-- | src/libstore/remote-store.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstore/remote-store.hh b/src/libstore/remote-store.hh index 42d4e94e2a5b..69fae2cd1601 100644 --- a/src/libstore/remote-store.hh +++ b/src/libstore/remote-store.hh @@ -44,6 +44,9 @@ public: Path addTextToStore(const string & suffix, const string & s, const PathSet & references); + void exportPath(const Path & path, bool sign, + Sink & sink); + void buildDerivations(const PathSet & drvPaths); void ensurePath(const Path & path); |