diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-09-02 20:18:39 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-10-17 08:48:58 +1300 |
commit | 062df736fa1f297a34edc153d735bd479b781565 (patch) | |
tree | 078934e88ad5c8ae5dcefa7c49788c7e42c7dac4 /source3/include | |
parent | 6db5aca6033477bb6104520d6623cec19a1a9af3 (diff) | |
download | samba-062df736fa1f297a34edc153d735bd479b781565.tar.gz samba-062df736fa1f297a34edc153d735bd479b781565.tar.bz2 samba-062df736fa1f297a34edc153d735bd479b781565.zip |
s3:libsmb: remove unused change_trust_account_password()
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 1f14362046..805e6e446e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -980,7 +980,6 @@ NTSTATUS trust_pw_change_and_store_it(struct rpc_pipe_client *cli, TALLOC_CTX *m NTSTATUS trust_pw_find_change_and_store_it(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const char *domain) ; -NTSTATUS change_trust_account_password( const char *domain, const char *remote_machine); /* The following definitions come from param/loadparm.c */ |