]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Re-run make idl.
authorGünther Deschner <gd@samba.org>
Mon, 11 Feb 2008 09:49:15 +0000 (10:49 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 11 Feb 2008 09:49:15 +0000 (10:49 +0100)
Guenther

source/librpc/gen_ndr/cli_lsa.c
source/librpc/gen_ndr/cli_lsa.h

index ddd0c7884d958870ccf4bb46564918a8b140dd0c..5ff1d147ea9f6871696dc53274c39805e665b5bf 100644 (file)
@@ -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;
index 3f64bb450dce52f1a6f4f07ab65b0d4174e5332a..f86819722c8eaf3a0e28c817220332e2ec49cf4b 100644 (file)
@@ -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,