summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-25 11:50:17 +0200
committerGünther Deschner <gd@samba.org>2008-06-25 23:58:50 +0200
commit402733b518dada3ffd3a9cb622a8f994ed35a9ac (patch)
treeed774a9acf1c68d49158d2bcb36b57b0bdf83875 /source3/include/proto.h
parent14d500c0e7e4261fa8d9dbc12e14d79a424059c3 (diff)
downloadsamba-402733b518dada3ffd3a9cb622a8f994ed35a9ac.tar.gz
samba-402733b518dada3ffd3a9cb622a8f994ed35a9ac.tar.bz2
samba-402733b518dada3ffd3a9cb622a8f994ed35a9ac.zip
rpc_client: add rpccli_samr_chgpasswd_user() call.
Guenther (This used to be commit 10fd2baa8320f96286d53b677cf38f3ca3aa88a7)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 42277277b0..1eb5fbda03 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -7144,6 +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,
+ struct policy_handle *user_handle,
+ const char *newpassword,
+ const char *oldpassword);
NTSTATUS rpccli_samr_chgpasswd_user2(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
const char *username,