s3-rpc_cli: remove prototype of nonexisting cli_rpc_pipe_open_krb5().
authorGünther Deschner <gd@samba.org>
Fri, 17 May 2013 14:24:42 +0000 (16:24 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 3 Aug 2013 07:07:55 +0000 (09:07 +0200)
Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/rpc_client/cli_pipe.h

index bf785fb0b52147c4897fc6a3e970a498d8079b82..34ae542d453a5271b4c8c4b5a80cc2e2063ddc6b 100644 (file)
@@ -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);