diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-09-02 20:19:28 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-10-17 08:48:59 +1300 |
commit | 2be39c1866eda63beacdb67117e01b094686befb (patch) | |
tree | 6a2c6eedfbcb8904a10de8af76ad9beedb1adbc0 /source3/include | |
parent | 062df736fa1f297a34edc153d735bd479b781565 (diff) | |
download | samba-2be39c1866eda63beacdb67117e01b094686befb.tar.gz samba-2be39c1866eda63beacdb67117e01b094686befb.tar.xz samba-2be39c1866eda63beacdb67117e01b094686befb.zip |
s3:libsmb: inline trust_pw_change_and_store_it() into 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.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 805e6e446e..497828e529 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -972,11 +972,6 @@ void update_trustdom_cache( void ); /* The following definitions come from libsmb/trusts_util.c */ -NTSTATUS trust_pw_change_and_store_it(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, - const char *domain, - const char *account_name, - unsigned char orig_trust_passwd_hash[16], - enum netr_SchannelType sec_channel_type); NTSTATUS trust_pw_find_change_and_store_it(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const char *domain) ; |