diff options
author | Günther Deschner <gd@samba.org> | 2008-02-08 09:46:57 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-08 09:48:21 +0100 |
commit | ed43977f08491515a325e613c8e765c2abe69352 (patch) | |
tree | 2a7d7d213b3347f5ff04b7717aa3e9b67dd72250 /source3/librpc/gen_ndr/cli_lsa.h | |
parent | ab38d3dd44f3b9e84ccf03f5293e3f658c31afd2 (diff) | |
download | samba-ed43977f08491515a325e613c8e765c2abe69352.tar.gz samba-ed43977f08491515a325e613c8e765c2abe69352.tar.bz2 samba-ed43977f08491515a325e613c8e765c2abe69352.zip |
Re-run make idl.
Guenther
(This used to be commit 0ee299f040f73fdbae4c1c89ab6de4904f1f0fac)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_lsa.h')
-rw-r--r-- | source3/librpc/gen_ndr/cli_lsa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/cli_lsa.h b/source3/librpc/gen_ndr/cli_lsa.h index 4997f5cb35..cce629c138 100644 --- a/source3/librpc/gen_ndr/cli_lsa.h +++ b/source3/librpc/gen_ndr/cli_lsa.h @@ -35,7 +35,7 @@ NTSTATUS rpccli_lsa_QueryInfoPolicy(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *handle, enum lsa_PolicyInfo level, - union lsa_PolicyInformation *info); + union lsa_PolicyInformation **info); NTSTATUS rpccli_lsa_SetInfoPolicy(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *handle, @@ -220,7 +220,7 @@ NTSTATUS rpccli_lsa_QueryInfoPolicy2(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *handle, enum lsa_PolicyInfo level, - union lsa_PolicyInformation *info); + union lsa_PolicyInformation **info); NTSTATUS rpccli_lsa_SetInfoPolicy2(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *handle, |