diff options
author | Günther Deschner <gd@samba.org> | 2013-05-17 16:24:42 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-08-05 10:29:59 +0200 |
commit | a1368ca6ef8ab4f158c8b303ad058835f1bbf441 (patch) | |
tree | c022cfb54838be8fd9df5aea62dbc32c2191b756 /source3/rpc_client/cli_pipe.h | |
parent | 93e92faca9c99cd91878c2f48fb244233b16aa0f (diff) | |
download | samba-a1368ca6ef8ab4f158c8b303ad058835f1bbf441.tar.gz samba-a1368ca6ef8ab4f158c8b303ad058835f1bbf441.tar.xz samba-a1368ca6ef8ab4f158c8b303ad058835f1bbf441.zip |
s3-rpc_cli: remove prototype of nonexisting cli_rpc_pipe_open_krb5().
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/rpc_client/cli_pipe.h')
-rw-r--r-- | source3/rpc_client/cli_pipe.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/rpc_client/cli_pipe.h b/source3/rpc_client/cli_pipe.h index bf785fb0b5..34ae542d45 100644 --- a/source3/rpc_client/cli_pipe.h +++ b/source3/rpc_client/cli_pipe.h @@ -131,15 +131,6 @@ NTSTATUS cli_rpc_pipe_open_schannel(struct cli_state *cli, const char *domain, 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, - const char *password, - struct rpc_pipe_client **presult); - NTSTATUS cli_get_session_key(TALLOC_CTX *mem_ctx, struct rpc_pipe_client *cli, DATA_BLOB *session_key); |