From e8d25443c17c7c52627e7addd3a35f0646d60d38 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 12 May 2008 23:37:07 +0200 Subject: Add client support for NCACN_UNIX_STREAM (This used to be commit 24ac40518f79fd480baaedc1d42f3b6fe8ea1c94) --- source3/include/proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 2b07b25652..f76e43ac64 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7065,6 +7065,9 @@ NTSTATUS rpc_pipe_open_tcp(TALLOC_CTX *mem_ctx, const char *host, uint16_t port, const struct ndr_syntax_id *abstract_syntax, struct rpc_pipe_client **presult); +NTSTATUS rpc_pipe_open_ncalrpc(TALLOC_CTX *mem_ctx, const char *socket_path, + const struct ndr_syntax_id *abstract_syntax, + struct rpc_pipe_client **presult); struct rpc_pipe_client *cli_rpc_pipe_open_noauth(struct cli_state *cli, int pipe_idx, NTSTATUS *perr); struct rpc_pipe_client *cli_rpc_pipe_open_ntlmssp(struct cli_state *cli, int pipe_idx, -- cgit