diff options
author | Günther Deschner <gd@samba.org> | 2011-11-02 12:50:34 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-11-02 16:59:32 +0100 |
commit | 16627ca3139463a2a3ecf02481e20776522393cb (patch) | |
tree | 5c27d1ccdd5e64bdfa89860422d2edd2f6c11b9c /source3/include | |
parent | 973e047a941fbfd5f37f788674dd9680827df33f (diff) | |
download | samba-16627ca3139463a2a3ecf02481e20776522393cb.tar.gz samba-16627ca3139463a2a3ecf02481e20776522393cb.tar.bz2 samba-16627ca3139463a2a3ecf02481e20776522393cb.zip |
s3-trustdomcache: make enumerate_domain_trusts() static.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 */ |