diff options
author | Günther Deschner <gd@samba.org> | 2008-11-04 18:40:24 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-11 09:59:03 +0200 |
commit | 87f61a144b8d25c90b847940ca03ced1f77b036c (patch) | |
tree | 9a5d2c6e678133c092074bc609cc8a3ca1bf2235 /source3/include | |
parent | f009fa15a17d29e41e04eb950bafaea084d2c31d (diff) | |
download | samba-87f61a144b8d25c90b847940ca03ced1f77b036c.tar.gz samba-87f61a144b8d25c90b847940ca03ced1f77b036c.tar.bz2 samba-87f61a144b8d25c90b847940ca03ced1f77b036c.zip |
s3-rpc_client: add cli_rpc_pipe_open_noauth_transport.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
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, |