]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Re-run make idl.
authorGünther Deschner <gd@samba.org>
Tue, 12 Feb 2008 23:28:12 +0000 (00:28 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 12 Feb 2008 23:29:19 +0000 (00:29 +0100)
Guenther

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

index f910a82f3534b4c06b33b7972c27748a1f2367f9..27ed572a197471ec0f819c5e8346644ccd9eeab5 100644 (file)
@@ -562,8 +562,8 @@ NTSTATUS rpccli_lsa_EnumTrustDom(struct rpc_pipe_client *cli,
                                 TALLOC_CTX *mem_ctx,
                                 struct policy_handle *handle,
                                 uint32_t *resume_handle,
-                                uint32_t max_size,
-                                struct lsa_DomainList *domains)
+                                struct lsa_DomainList *domains,
+                                uint32_t max_size)
 {
        struct lsa_EnumTrustDom r;
        NTSTATUS status;
index 49f4633bf2a63933c57a019a14e94f3fd5d55cc3..ddcd1614138497740964ddcf2bee034b2d0cff2b 100644 (file)
@@ -65,8 +65,8 @@ NTSTATUS rpccli_lsa_EnumTrustDom(struct rpc_pipe_client *cli,
                                 TALLOC_CTX *mem_ctx,
                                 struct policy_handle *handle,
                                 uint32_t *resume_handle,
-                                uint32_t max_size,
-                                struct lsa_DomainList *domains);
+                                struct lsa_DomainList *domains,
+                                uint32_t max_size);
 NTSTATUS rpccli_lsa_LookupNames(struct rpc_pipe_client *cli,
                                TALLOC_CTX *mem_ctx,
                                struct policy_handle *handle,