summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-06-30 12:10:55 +0200
committerGünther Deschner <gd@samba.org>2010-06-30 21:46:08 +0200
commit6625aada8174d61f52d6ef22d49edefa15f4a9bb (patch)
treeda93589113f4d5bd3047ed9628ea9a3c3dfb351b /source3/include
parente1c185d07db69827435812227a392e711bc06db0 (diff)
downloadsamba-6625aada8174d61f52d6ef22d49edefa15f4a9bb.tar.gz
samba-6625aada8174d61f52d6ef22d49edefa15f4a9bb.tar.bz2
samba-6625aada8174d61f52d6ef22d49edefa15f4a9bb.zip
s3-libsmb: move change_trust_account_password out of smbd into libsmb.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h5
1 files changed, 1 insertions, 4 deletions
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);