diff options
author | Günther Deschner <gd@samba.org> | 2008-10-20 22:54:05 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-27 19:33:22 +0100 |
commit | fb38705e425a697db4ebd5c7cf03f08b81284e9c (patch) | |
tree | 8b62766d10e640af12df2084d4795df1b20fc272 /source4/librpc | |
parent | 4ee7b58e0ab53921c9d16a18a58f04d70410924f (diff) | |
download | samba-fb38705e425a697db4ebd5c7cf03f08b81284e9c.tar.gz samba-fb38705e425a697db4ebd5c7cf03f08b81284e9c.tar.bz2 samba-fb38705e425a697db4ebd5c7cf03f08b81284e9c.zip |
s4-lsa: merge lsa_EnumPrivs from s3 lsa idl.
Guenther
Diffstat (limited to 'source4/librpc')
-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 45206a6fda..dcbdaa0bf1 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -83,10 +83,10 @@ import "misc.idl", "security.idl"; } lsa_PrivArray; [public] NTSTATUS lsa_EnumPrivs ( - [in] policy_handle *handle, - [in,out] uint32 *resume_handle, - [in] uint32 max_count, - [out] lsa_PrivArray *privs + [in] policy_handle *handle, + [in,out,ref] uint32 *resume_handle, + [out,ref] lsa_PrivArray *privs, + [in] uint32 max_count ); /******************/ |