diff options
author | Günther Deschner <gd@samba.org> | 2008-10-20 23:12:04 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-27 19:33:22 +0100 |
commit | 6131c0d8888c8bc1923794b9b93c1cb44bb071e3 (patch) | |
tree | 7e244d5b8d70896f58d4145f42b7d8aa39b4b10f /source4 | |
parent | 7e19dd6a0ac5610c48fe1b86984e65f7b9d55ce6 (diff) | |
download | samba-6131c0d8888c8bc1923794b9b93c1cb44bb071e3.tar.gz samba-6131c0d8888c8bc1923794b9b93c1cb44bb071e3.tar.bz2 samba-6131c0d8888c8bc1923794b9b93c1cb44bb071e3.zip |
s4-lsa: merge lsa_EnumTrustDom from s3 lsa idl.
Guenther
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 4942f295de..c4413d6406 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -356,11 +356,11 @@ import "misc.idl", "security.idl"; [size_is(count)] lsa_DomainInfo *domains; } lsa_DomainList; - NTSTATUS lsa_EnumTrustDom ( + NTSTATUS lsa_EnumTrustDom( [in] policy_handle *handle, - [in,out] uint32 *resume_handle, - [in] uint32 max_size, - [out] lsa_DomainList *domains + [in,out,ref] uint32 *resume_handle, + [out,ref] lsa_DomainList *domains, + [in] uint32 max_size ); |