From 87f61a144b8d25c90b847940ca03ced1f77b036c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 4 Nov 2008 18:40:24 +0100 Subject: s3-rpc_client: add cli_rpc_pipe_open_noauth_transport. Guenther --- source3/include/proto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 865abbf910..ddb8dddbed 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5311,6 +5311,10 @@ NTSTATUS rpc_pipe_open_internal(TALLOC_CTX *mem_ctx, const struct ndr_syntax_id NTSTATUS cli_rpc_pipe_open_noauth(struct cli_state *cli, const struct ndr_syntax_id *interface, struct rpc_pipe_client **presult); +NTSTATUS cli_rpc_pipe_open_noauth_transport(struct cli_state *cli, + enum dcerpc_transport_t transport, + const struct ndr_syntax_id *interface, + struct rpc_pipe_client **presult); NTSTATUS cli_rpc_pipe_open_ntlmssp(struct cli_state *cli, const struct ndr_syntax_id *interface, enum pipe_auth_level auth_level, -- cgit