summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-25 21:49:57 +0200
committerGünther Deschner <gd@samba.org>2008-06-25 23:58:50 +0200
commit14d500c0e7e4261fa8d9dbc12e14d79a424059c3 (patch)
tree005ad5bc059d01ca553cfa468157d5e62dfa2392 /source3/include
parent059293cbf4553a3b4dbfe78dcadb362ec344ef3b (diff)
downloadsamba-14d500c0e7e4261fa8d9dbc12e14d79a424059c3.tar.gz
samba-14d500c0e7e4261fa8d9dbc12e14d79a424059c3.tar.bz2
samba-14d500c0e7e4261fa8d9dbc12e14d79a424059c3.zip
rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.
Guenther (This used to be commit b1209a039b45985e0b28777e04cba5bcc3de061e)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 30db25b478..42277277b0 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -7156,13 +7156,13 @@ NTSTATUS rpccli_samr_chng_pswd_auth_crap(struct rpc_pipe_client *cli,
DATA_BLOB old_nt_hash_enc_blob,
DATA_BLOB new_lm_password_blob,
DATA_BLOB old_lm_hash_enc_blob);
-NTSTATUS rpccli_samr_chgpasswd3(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- const char *username,
- const char *newpassword,
- const char *oldpassword,
- struct samr_DomInfo1 **dominfo1,
- struct samr_ChangeReject **reject);
+NTSTATUS rpccli_samr_chgpasswd_user3(struct rpc_pipe_client *cli,
+ TALLOC_CTX *mem_ctx,
+ const char *username,
+ const char *newpassword,
+ const char *oldpassword,
+ struct samr_DomInfo1 **dominfo1,
+ struct samr_ChangeReject **reject);
void get_query_dispinfo_params(int loop_count, uint32 *max_entries,
uint32 *max_size);
NTSTATUS rpccli_try_samr_connects(struct rpc_pipe_client *cli,