diff options
author | Simo Sorce <idra@samba.org> | 2010-07-20 18:43:37 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-28 12:21:29 -0400 |
commit | 146af48d4887e8fa0c66bf53aa5f204366648478 (patch) | |
tree | bf221210dd6e913ee5f43b252ee3597fe1c6c36c /source3/include/proto.h | |
parent | 250e341e0aad67c2f70fea597f34deadea1d2ccc (diff) | |
download | samba-146af48d4887e8fa0c66bf53aa5f204366648478.tar.gz samba-146af48d4887e8fa0c66bf53aa5f204366648478.tar.bz2 samba-146af48d4887e8fa0c66bf53aa5f204366648478.zip |
s3-dcerpc: revive cli_rpc_pipe_open_krb5()
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 5ad7fe4a24..1af36dd3e7 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4842,6 +4842,7 @@ NTSTATUS cli_rpc_pipe_open_schannel(struct cli_state *cli, struct rpc_pipe_client **presult); NTSTATUS cli_rpc_pipe_open_krb5(struct cli_state *cli, const struct ndr_syntax_id *interface, + enum dcerpc_transport_t transport, enum dcerpc_AuthLevel auth_level, const char *service_princ, const char *username, |