#pragma once #include #include "libproto/worker.grpc.pb.h" #include "libstore/store-api.hh" namespace nix::daemon { std::unique_ptr NewWorkerService( nix::Store*); } // namespace nix::daemon