summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_pipe.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-02-09 11:33:05 +0100
committerGünther Deschner <gd@samba.org>2015-03-12 17:13:43 +0100
commit7d36141ba3a6a12b71ef6a0b04184d38c4833c99 (patch)
treecbed04eb4471374bdbfef4ffbf82cd63a1cec215 /source3/rpc_client/cli_pipe.h
parent0f3e32247c503a8156099afa05fbcc9c9cdb489a (diff)
downloadsamba-7d36141ba3a6a12b71ef6a0b04184d38c4833c99.tar.gz
s3:rpc_client: remove unused cli_rpc_pipe_open_schannel_with_key()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'source3/rpc_client/cli_pipe.h')
-rw-r--r--source3/rpc_client/cli_pipe.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/rpc_client/cli_pipe.h b/source3/rpc_client/cli_pipe.h
index 01edaa4dcf2..2290d62b49d 100644
--- a/source3/rpc_client/cli_pipe.h
+++ b/source3/rpc_client/cli_pipe.h
@@ -99,13 +99,6 @@ NTSTATUS cli_rpc_pipe_open_generic_auth(struct cli_state *cli,
const char *password,
struct rpc_pipe_client **presult);
-NTSTATUS cli_rpc_pipe_open_schannel_with_key(struct cli_state *cli,
- const struct ndr_interface_table *table,
- enum dcerpc_transport_t transport,
- const char *domain,
- struct netlogon_creds_cli_context *netlogon_creds,
- struct rpc_pipe_client **presult);
-
NTSTATUS cli_rpc_pipe_open_schannel_with_creds(struct cli_state *cli,
const struct ndr_interface_table *table,
enum dcerpc_transport_t transport,