summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-09-16 18:39:52 +0200
committerStefan Metzmacher <metze@samba.org>2014-01-07 12:47:13 +0100
commita8ecebe3e840005c81df043cb07773972aaa2371 (patch)
tree069d039099ccaccfc21c62441c1e51fa50f83ee3 /source3/include
parent3c30e19c4a0e60e355b2f1d35edbb0a3b7688089 (diff)
downloadsamba-a8ecebe3e840005c81df043cb07773972aaa2371.tar.gz
samba-a8ecebe3e840005c81df043cb07773972aaa2371.tar.xz
samba-a8ecebe3e840005c81df043cb07773972aaa2371.zip
s3:libsmb: remove unused trust_pw_find_change_and_store_it()
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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index d2b6836bb2f..ceaa9024ce7 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -974,9 +974,6 @@ void update_trustdom_cache( void );
/* The following definitions come from libsmb/trusts_util.c */
-NTSTATUS trust_pw_find_change_and_store_it(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- const char *domain) ;
struct netlogon_creds_cli_context;
struct messaging_context;
struct dcerpc_binding_handle;