summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_netlogon.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-09-06 13:54:30 +0200
committerStefan Metzmacher <metze@samba.org>2014-01-07 12:47:15 +0100
commit6d457ad9c156cf86d99e58dea21dba170defad1b (patch)
tree4acfceb7472d6b31ca536f692a3e6473e606a57f /source3/rpc_client/cli_netlogon.h
parent660150b12a637da7f9ebb820e687f27ac22fb93a (diff)
downloadsamba-6d457ad9c156cf86d99e58dea21dba170defad1b.tar.gz
s3:rpc_client: remove unused rpccli_netlogon_set_trust_password()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/rpc_client/cli_netlogon.h')
-rw-r--r--source3/rpc_client/cli_netlogon.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/rpc_client/cli_netlogon.h b/source3/rpc_client/cli_netlogon.h
index d4c66704ec7..8547db6edef 100644
--- a/source3/rpc_client/cli_netlogon.h
+++ b/source3/rpc_client/cli_netlogon.h
@@ -93,12 +93,5 @@ NTSTATUS rpccli_netlogon_network_logon(struct netlogon_creds_cli_context *creds,
uint8_t *authoritative,
uint32_t *flags,
struct netr_SamInfo3 **info3);
-NTSTATUS rpccli_netlogon_set_trust_password(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- const char *account_name,
- const unsigned char orig_trust_passwd_hash[16],
- const char *new_trust_pwd_cleartext,
- const unsigned char new_trust_passwd_hash[16],
- enum netr_SchannelType sec_channel_type);
#endif /* _RPC_CLIENT_CLI_NETLOGON_H_ */