diff options
author | Günther Deschner <gd@samba.org> | 2008-02-14 01:55:22 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-14 01:55:22 +0100 |
commit | 306061370b71a7234c476247bf5c920dde731de4 (patch) | |
tree | b23b4adc918ce6b561904ee5db2a728e13ef926e /source3/librpc/gen_ndr/cli_lsa.h | |
parent | ba33ff8e63e80096a5c2c787dcc5b8b841f44ba4 (diff) | |
download | samba-306061370b71a7234c476247bf5c920dde731de4.tar.gz samba-306061370b71a7234c476247bf5c920dde731de4.tar.bz2 samba-306061370b71a7234c476247bf5c920dde731de4.zip |
Re-run make idl.
Guenther
(This used to be commit e75283178dee42a64ec3963f64652c202f0dbd0b)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_lsa.h')
-rw-r--r-- | source3/librpc/gen_ndr/cli_lsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/cli_lsa.h b/source3/librpc/gen_ndr/cli_lsa.h index 3e1a8445f1..67aafe3d1a 100644 --- a/source3/librpc/gen_ndr/cli_lsa.h +++ b/source3/librpc/gen_ndr/cli_lsa.h @@ -99,7 +99,7 @@ NTSTATUS rpccli_lsa_OpenAccount(struct rpc_pipe_client *cli, NTSTATUS rpccli_lsa_EnumPrivsAccount(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *handle, - struct lsa_PrivilegeSet *privs); + struct lsa_PrivilegeSet **privs); NTSTATUS rpccli_lsa_AddPrivilegesToAccount(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *handle, |