From 062df736fa1f297a34edc153d735bd479b781565 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 2 Sep 2013 20:18:39 +0200 Subject: s3:libsmb: remove unused change_trust_account_password() Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') 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 */ -- cgit