summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_pipe.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-04-25 19:33:28 +0200
committerStefan Metzmacher <metze@samba.org>2013-08-10 09:18:55 +0200
commit04938cbeecc777f7b799a11f1ca0461b351d968a (patch)
treefe8e64a1b690784b96751d7110e7b8520a48e5a0 /source3/rpc_client/cli_pipe.h
parent3302356226cca474f0afab9a129220241c16663f (diff)
downloadsamba-04938cbeecc777f7b799a11f1ca0461b351d968a.tar.gz
samba-04938cbeecc777f7b799a11f1ca0461b351d968a.tar.bz2
samba-04938cbeecc777f7b799a11f1ca0461b351d968a.zip
s3:rpc_client: remove unused cli_rpc_pipe_open_ntlmssp_auth_schannel()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/rpc_client/cli_pipe.h')
-rw-r--r--source3/rpc_client/cli_pipe.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/rpc_client/cli_pipe.h b/source3/rpc_client/cli_pipe.h
index 8eb6040a10..ab993739b2 100644
--- a/source3/rpc_client/cli_pipe.h
+++ b/source3/rpc_client/cli_pipe.h
@@ -109,15 +109,6 @@ NTSTATUS cli_rpc_pipe_open_schannel_with_key(struct cli_state *cli,
struct netlogon_creds_CredentialState **pdc,
struct rpc_pipe_client **presult);
-NTSTATUS cli_rpc_pipe_open_ntlmssp_auth_schannel(struct cli_state *cli,
- const struct ndr_interface_table *table,
- enum dcerpc_transport_t transport,
- enum dcerpc_AuthLevel auth_level,
- const char *domain,
- const char *username,
- const char *password,
- struct rpc_pipe_client **presult);
-
NTSTATUS cli_rpc_pipe_open_schannel(struct cli_state *cli,
const struct ndr_interface_table *table,
enum dcerpc_transport_t transport,