summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-04 22:04:36 +0100
committerGünther Deschner <gd@samba.org>2008-02-04 22:12:41 +0100
commit19e1f08305acf4b6b94f46bc1c3e75c128c2f95d (patch)
tree43b9951fcc4fc662021a4431b18ad28fe3a84bc0 /source3/librpc/gen_ndr/cli_lsa.h
parentcc60f0e9019e30f1e57362dd53c23a4e004f6845 (diff)
downloadsamba-19e1f08305acf4b6b94f46bc1c3e75c128c2f95d.tar.gz
samba-19e1f08305acf4b6b94f46bc1c3e75c128c2f95d.tar.bz2
samba-19e1f08305acf4b6b94f46bc1c3e75c128c2f95d.zip
Re-run make idl.
Guenther (This used to be commit ba167f3c9ce17ff458d8292e73ce3deafdd2e240)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_lsa.h')
-rw-r--r--source3/librpc/gen_ndr/cli_lsa.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/cli_lsa.h b/source3/librpc/gen_ndr/cli_lsa.h
index 831b93b5c8..4997f5cb35 100644
--- a/source3/librpc/gen_ndr/cli_lsa.h
+++ b/source3/librpc/gen_ndr/cli_lsa.h
@@ -19,7 +19,10 @@ NTSTATUS rpccli_lsa_QuerySecurity(struct rpc_pipe_client *cli,
uint32_t sec_info,
struct sec_desc_buf **sdbuf);
NTSTATUS rpccli_lsa_SetSecObj(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx);
+ TALLOC_CTX *mem_ctx,
+ struct policy_handle *handle,
+ uint32_t sec_info,
+ struct sec_desc_buf *sdbuf);
NTSTATUS rpccli_lsa_ChangePassword(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx);
NTSTATUS rpccli_lsa_OpenPolicy(struct rpc_pipe_client *cli,
@@ -163,7 +166,8 @@ NTSTATUS rpccli_lsa_LookupPrivDisplayName(struct rpc_pipe_client *cli,
uint16_t *language_id,
uint16_t unknown);
NTSTATUS rpccli_lsa_DeleteObject(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx);
+ TALLOC_CTX *mem_ctx,
+ struct policy_handle **handle);
NTSTATUS rpccli_lsa_EnumAccountsWithUserRight(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *handle,