summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-08 22:58:16 +0200
committerGünther Deschner <gd@samba.org>2008-04-08 22:58:16 +0200
commitaa95d6a167ee21cb8df10d94f4ecdeec9e78719d (patch)
treeb5fda2915c8c67876d4987e28a5205971ac63f91 /source3/librpc/gen_ndr/cli_lsa.h
parent657365145b345d59652da442722e471a0f8fc1b7 (diff)
downloadsamba-aa95d6a167ee21cb8df10d94f4ecdeec9e78719d.tar.gz
samba-aa95d6a167ee21cb8df10d94f4ecdeec9e78719d.tar.bz2
samba-aa95d6a167ee21cb8df10d94f4ecdeec9e78719d.zip
Re-run make idl.
Guenther (This used to be commit 6f474326030b916ca972b68ce36e4d7287192a33)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_lsa.h')
-rw-r--r--source3/librpc/gen_ndr/cli_lsa.h2
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 f4af6ed0d8..6befb1d86d 100644
--- a/source3/librpc/gen_ndr/cli_lsa.h
+++ b/source3/librpc/gen_ndr/cli_lsa.h
@@ -131,7 +131,7 @@ NTSTATUS rpccli_lsa_QueryTrustedDomainInfo(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *trustdom_handle /* [in] [ref] */,
enum lsa_TrustDomInfoEnum level /* [in] */,
- union lsa_TrustedDomainInfo *info /* [out] [unique,switch_is(level)] */);
+ union lsa_TrustedDomainInfo **info /* [out] [ref,switch_is(level)] */);
NTSTATUS rpccli_lsa_SetInformationTrustedDomain(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx);
NTSTATUS rpccli_lsa_OpenSecret(struct rpc_pipe_client *cli,