diff options
author | Günther Deschner <gd@samba.org> | 2008-02-11 10:49:15 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-11 10:49:15 +0100 |
commit | ffffd3e3c3b45f0bd9b96d62e896373633e00656 (patch) | |
tree | 7961fe0c17920d90a5add2a1f7aba92c9b7d22a2 /source3 | |
parent | 59c34d3b154518c10ef310712261e3f4536ff9ba (diff) | |
download | samba-ffffd3e3c3b45f0bd9b96d62e896373633e00656.tar.gz samba-ffffd3e3c3b45f0bd9b96d62e896373633e00656.tar.bz2 samba-ffffd3e3c3b45f0bd9b96d62e896373633e00656.zip |
Re-run make idl.
Guenther
(This used to be commit bc04816028bfd75d4bb080085dcc953d7f511211)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/librpc/gen_ndr/cli_lsa.c | 4 | ||||
-rw-r--r-- | source3/librpc/gen_ndr/cli_lsa.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/source3/librpc/gen_ndr/cli_lsa.c b/source3/librpc/gen_ndr/cli_lsa.c index ddd0c7884d..5ff1d147ea 100644 --- a/source3/librpc/gen_ndr/cli_lsa.c +++ b/source3/librpc/gen_ndr/cli_lsa.c @@ -89,8 +89,8 @@ NTSTATUS rpccli_lsa_EnumPrivs(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *handle, uint32_t *resume_handle, - uint32_t max_count, - struct lsa_PrivArray *privs) + struct lsa_PrivArray *privs, + uint32_t max_count) { struct lsa_EnumPrivs r; NTSTATUS status; diff --git a/source3/librpc/gen_ndr/cli_lsa.h b/source3/librpc/gen_ndr/cli_lsa.h index 3f64bb450d..f86819722c 100644 --- a/source3/librpc/gen_ndr/cli_lsa.h +++ b/source3/librpc/gen_ndr/cli_lsa.h @@ -11,8 +11,8 @@ NTSTATUS rpccli_lsa_EnumPrivs(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *handle, uint32_t *resume_handle, - uint32_t max_count, - struct lsa_PrivArray *privs); + struct lsa_PrivArray *privs, + uint32_t max_count); NTSTATUS rpccli_lsa_QuerySecurity(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *handle, |