From 2a7de4e3f802f1a180132f766ce2c5effd971dc2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 27 Oct 2008 16:07:33 +0100 Subject: s4-netlogon: merge netr_DsrEnumerateDomainTrusts from s3 idl. Guenther --- source4/librpc/idl/netlogon.idl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 400565ba22..2ddf78de31 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -1396,8 +1396,7 @@ interface netlogon WERROR netr_DsrEnumerateDomainTrusts( [in,unique] [string,charset(UTF16)] uint16 *server_name, [in] netr_TrustFlags trust_flags, - [out] uint32 count, - [out,unique,size_is(count)] netr_DomainTrust *trusts + [out,ref] netr_DomainTrustList *trusts ); -- cgit