From 16627ca3139463a2a3ecf02481e20776522393cb Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 2 Nov 2011 12:50:34 +0100 Subject: s3-trustdomcache: make enumerate_domain_trusts() static. Guenther --- source3/include/proto.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 39a5d03d76..679311158c 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1145,9 +1145,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) ; -bool enumerate_domain_trusts( TALLOC_CTX *mem_ctx, const char *domain, - char ***domain_names, uint32 *num_domains, - struct dom_sid **sids ); NTSTATUS change_trust_account_password( const char *domain, const char *remote_machine); /* The following definitions come from param/loadparm.c */ -- cgit