diff options
author | Günther Deschner <gd@samba.org> | 2009-09-10 22:23:21 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-11 09:59:04 +0200 |
commit | 032e01e7c13724d057b5744d7d79613449c2f24f (patch) | |
tree | 6ed224818d937e94690836e2f65d82c109a42f05 /source3/include | |
parent | 12acf6ca7268a8804d20051347b960c07c18d981 (diff) | |
download | samba-032e01e7c13724d057b5744d7d79613449c2f24f.tar.gz samba-032e01e7c13724d057b5744d7d79613449c2f24f.tar.bz2 samba-032e01e7c13724d057b5744d7d79613449c2f24f.zip |
s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and cli_rpc_pipe_open_ntlmssp.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index ddb8dddbed..297d3fb05d 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5317,6 +5317,7 @@ NTSTATUS cli_rpc_pipe_open_noauth_transport(struct cli_state *cli, struct rpc_pipe_client **presult); NTSTATUS cli_rpc_pipe_open_ntlmssp(struct cli_state *cli, const struct ndr_syntax_id *interface, + enum dcerpc_transport_t transport, enum pipe_auth_level auth_level, const char *domain, const char *username, @@ -5324,6 +5325,7 @@ NTSTATUS cli_rpc_pipe_open_ntlmssp(struct cli_state *cli, struct rpc_pipe_client **presult); NTSTATUS cli_rpc_pipe_open_spnego_ntlmssp(struct cli_state *cli, const struct ndr_syntax_id *interface, + enum dcerpc_transport_t transport, enum pipe_auth_level auth_level, const char *domain, const char *username, |