diff options
author | Günther Deschner <gd@samba.org> | 2008-10-20 23:04:40 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-27 19:33:22 +0100 |
commit | 7e19dd6a0ac5610c48fe1b86984e65f7b9d55ce6 (patch) | |
tree | 6b29a47005e3f1911bacb42ce62109e7b99e7782 /source3 | |
parent | fb38705e425a697db4ebd5c7cf03f08b81284e9c (diff) | |
download | samba-7e19dd6a0ac5610c48fe1b86984e65f7b9d55ce6.tar.gz samba-7e19dd6a0ac5610c48fe1b86984e65f7b9d55ce6.tar.bz2 samba-7e19dd6a0ac5610c48fe1b86984e65f7b9d55ce6.zip |
s4-lsa: merge lsa_EnumAccounts from s3 lsa idl.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/librpc/idl/lsa.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index b62f1bdfc1..845ffebfb7 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -327,14 +327,13 @@ import "misc.idl", "security.idl"; [size_is(num_sids)] lsa_SidPtr *sids; } lsa_SidArray; - [public] NTSTATUS lsa_EnumAccounts ( + [public] NTSTATUS lsa_EnumAccounts( [in] policy_handle *handle, [in,out,ref] uint32 *resume_handle, [out,ref] lsa_SidArray *sids, [in,range(0,8192)] uint32 num_entries ); - /*************************************************/ /* Function: 0x0c */ |