summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-27 16:07:33 +0100
committerGünther Deschner <gd@samba.org>2008-10-28 23:40:52 +0100
commit2a7de4e3f802f1a180132f766ce2c5effd971dc2 (patch)
tree671cafd3e6625ee5aa955a3799e98428562ea80d /source4/librpc
parent0992a9d987e521a76d267b2be1259810e1821406 (diff)
downloadsamba-2a7de4e3f802f1a180132f766ce2c5effd971dc2.tar.gz
samba-2a7de4e3f802f1a180132f766ce2c5effd971dc2.tar.bz2
samba-2a7de4e3f802f1a180132f766ce2c5effd971dc2.zip
s4-netlogon: merge netr_DsrEnumerateDomainTrusts from s3 idl.
Guenther
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/netlogon.idl3
1 files changed, 1 insertions, 2 deletions
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
);