summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-25 10:35:59 +0200
committerGünther Deschner <gd@samba.org>2008-06-25 23:58:50 +0200
commit059293cbf4553a3b4dbfe78dcadb362ec344ef3b (patch)
tree526fb38d051764fd7704309b516d1485d50f2df0 /source3/include
parent7687a225104bbec47a672da60125af6ff580c817 (diff)
downloadsamba-059293cbf4553a3b4dbfe78dcadb362ec344ef3b.tar.gz
samba-059293cbf4553a3b4dbfe78dcadb362ec344ef3b.tar.bz2
samba-059293cbf4553a3b4dbfe78dcadb362ec344ef3b.zip
rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.
Guenther (This used to be commit 5b4650d56c04be0c498413f17afb2cf6d0e7d548)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 1aca7f436d..30db25b478 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -7144,11 +7144,11 @@ uint32 reg_init_regval_buffer( REGVAL_BUFFER *buf2, REGISTRY_VALUE *val );
/* The following definitions come from rpc_client/cli_samr.c */
-NTSTATUS rpccli_samr_chgpasswd_user(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- const char *username,
- const char *newpassword,
- const char *oldpassword);
+NTSTATUS rpccli_samr_chgpasswd_user2(struct rpc_pipe_client *cli,
+ TALLOC_CTX *mem_ctx,
+ const char *username,
+ const char *newpassword,
+ const char *oldpassword);
NTSTATUS rpccli_samr_chng_pswd_auth_crap(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
const char *username,