From 6625aada8174d61f52d6ef22d49edefa15f4a9bb Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 30 Jun 2010 12:10:55 +0200 Subject: s3-libsmb: move change_trust_account_password out of smbd into libsmb. Guenther --- source3/include/proto.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index a65449558f..28feec34e2 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3256,6 +3256,7 @@ NTSTATUS trust_pw_find_change_and_store_it(struct rpc_pipe_client *cli, 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 libsmb/unexpected.c */ @@ -5378,10 +5379,6 @@ struct blocking_lock_record *blocking_lock_cancel_smb1(files_struct *fsp, unsigned char locktype, NTSTATUS err); -/* The following definitions come from smbd/change_trust_pw.c */ - -NTSTATUS change_trust_account_password( const char *domain, const char *remote_machine); - /* The following definitions come from smbd/close.c */ void set_close_write_time(struct files_struct *fsp, struct timespec ts); -- cgit