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 /source3 | |
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 'source3')
-rw-r--r-- | source3/librpc/idl/lsa.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index 1f48e317c9..b62f1bdfc1 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/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,ref] uint32 *resume_handle, - [out,ref] lsa_PrivArray *privs, - [in] uint32 max_count + [in] policy_handle *handle, + [in,out,ref] uint32 *resume_handle, + [out,ref] lsa_PrivArray *privs, + [in] uint32 max_count ); /******************/ |