diff options
author | Günther Deschner <gd@samba.org> | 2008-04-08 23:04:22 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-08 23:04:22 +0200 |
commit | ea0048712d6d9b64f6c492bcc3f527d7db6c3bc4 (patch) | |
tree | b984ebf871756df0f11b437c821917b628a3b4d4 /source3/librpc/gen_ndr/cli_lsa.h | |
parent | b1590027999317463bad3ccaf22823a7aae6ce02 (diff) | |
download | samba-ea0048712d6d9b64f6c492bcc3f527d7db6c3bc4.tar.gz samba-ea0048712d6d9b64f6c492bcc3f527d7db6c3bc4.tar.bz2 samba-ea0048712d6d9b64f6c492bcc3f527d7db6c3bc4.zip |
Re-run make idl.
Guenther
(This used to be commit ad3073749089f7166d9070c232ef02e6ba203215)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_lsa.h')
-rw-r--r-- | source3/librpc/gen_ndr/cli_lsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/cli_lsa.h b/source3/librpc/gen_ndr/cli_lsa.h index 6befb1d86d..f3333a091b 100644 --- a/source3/librpc/gen_ndr/cli_lsa.h +++ b/source3/librpc/gen_ndr/cli_lsa.h @@ -161,7 +161,7 @@ NTSTATUS rpccli_lsa_LookupPrivName(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *handle /* [in] [ref] */, struct lsa_LUID *luid /* [in] [ref] */, - struct lsa_StringLarge *name /* [out] [unique] */); + struct lsa_StringLarge **name /* [out] [ref] */); NTSTATUS rpccli_lsa_LookupPrivDisplayName(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *handle /* [in] [ref] */, |