Fix prototypes for lsa set info policy calls.
authorGünther Deschner <gd@samba.org>
Mon, 14 Jan 2008 16:16:31 +0000 (17:16 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 14 Jan 2008 16:16:31 +0000 (17:16 +0100)
Guenther
(This used to be commit 33f6eff92b6bdf804d54c84375cece8a867933f2)

source3/librpc/gen_ndr/cli_lsa.h

index ad5e60d5916a5f9fd14d5f4b8e43f109405a070a..59c0b9293d10f21257c0c33d9f797e442ca8b8aa 100644 (file)
@@ -34,7 +34,10 @@ NTSTATUS rpccli_lsa_QueryInfoPolicy(struct rpc_pipe_client *cli,
                                    uint16_t level,
                                    union lsa_PolicyInformation *info);
 NTSTATUS rpccli_lsa_SetInfoPolicy(struct rpc_pipe_client *cli,
-                                 TALLOC_CTX *mem_ctx);
+                                 TALLOC_CTX *mem_ctx,
+                                 struct policy_handle *handle,
+                                 uint16_t level,
+                                 union lsa_PolicyInformation *info);
 NTSTATUS rpccli_lsa_ClearAuditLog(struct rpc_pipe_client *cli,
                                  TALLOC_CTX *mem_ctx);
 NTSTATUS rpccli_lsa_CreateAccount(struct rpc_pipe_client *cli,
@@ -215,7 +218,10 @@ NTSTATUS rpccli_lsa_QueryInfoPolicy2(struct rpc_pipe_client *cli,
                                     uint16_t level,
                                     union lsa_PolicyInformation *info);
 NTSTATUS rpccli_lsa_SetInfoPolicy2(struct rpc_pipe_client *cli,
-                                  TALLOC_CTX *mem_ctx);
+                                  TALLOC_CTX *mem_ctx,
+                                  struct policy_handle *handle,
+                                  uint16_t level,
+                                  union lsa_PolicyInformation *info);
 NTSTATUS rpccli_lsa_QueryTrustedDomainInfoByName(struct rpc_pipe_client *cli,
                                                 TALLOC_CTX *mem_ctx,
                                                 struct policy_handle *handle,