diff options
author | Günther Deschner <gd@samba.org> | 2008-11-05 02:12:38 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-10 21:46:27 +0100 |
commit | 93c6129c991dfb94496c0f7a9177a89fb275866d (patch) | |
tree | 26485fc439c0dc0b1e3f62088902d9eea46f258b /librpc | |
parent | 47d0c89302af6d84cb35bd1b735dd715105d9630 (diff) | |
download | samba-93c6129c991dfb94496c0f7a9177a89fb275866d.tar.gz |
s4-samr: merge samr_LookupRids from s3 idl.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/samr.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/samr.idl b/librpc/idl/samr.idl index f5d3cdac7a..eb5b23e9ef 100644 --- a/librpc/idl/samr.idl +++ b/librpc/idl/samr.idl @@ -528,8 +528,8 @@ import "misc.idl", "lsa.idl", "security.idl"; [in,ref] policy_handle *domain_handle, [in,range(0,1000)] uint32 num_rids, [in,size_is(1000),length_is(num_rids)] uint32 rids[], - [out] lsa_Strings names, - [out] samr_Ids types + [out,ref] lsa_Strings *names, + [out,ref] samr_Ids *types ); /************************/ |