about summary refs log tree commit diff
path: root/third_party/nix/src/nix-daemon/nix-daemon-proto.hh
blob: ca871213eb60d85cec70d7e44f9ec1e38f154fdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include <memory>

#include "libproto/worker.grpc.pb.h"
#include "libstore/store-api.hh"

namespace nix::daemon {

nix::proto::WorkerService::Service* NewWorkerService(nix::Store&);

}  // namespace nix::daemon