diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-02-16 00:35:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:23 -0500 |
commit | f88c667e6a901aa401980503d29d0f68870dfa10 (patch) | |
tree | 7a72b05bff9dfd27b2aa0ee236c7c2e020657675 /source4/librpc/idl | |
parent | 2ed0f61a628d63e2a86b94a3a3e0f3dbc87bcc67 (diff) | |
download | samba-f88c667e6a901aa401980503d29d0f68870dfa10.tar.gz samba-f88c667e6a901aa401980503d29d0f68870dfa10.tar.bz2 samba-f88c667e6a901aa401980503d29d0f68870dfa10.zip |
r21377: More tests.
(This used to be commit f3680ba118d4de4c535ceabda69e3b9f00424cd6)
Diffstat (limited to 'source4/librpc/idl')
-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 e4d42f4284..c08f94d3fb 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -69,7 +69,7 @@ import "security.idl"; [size_is(count)] lsa_PrivEntry *privs; } lsa_PrivArray; - NTSTATUS lsa_EnumPrivs ( + [public] NTSTATUS lsa_EnumPrivs ( [in] policy_handle *handle, [in,out] uint32 *resume_handle, [in] uint32 max_count, @@ -850,7 +850,7 @@ import "security.idl"; [size_is(count)] lsa_TranslatedSid2 *sids; } lsa_TransSidArray2; - NTSTATUS lsa_LookupNames2 ( + [public] NTSTATUS lsa_LookupNames2 ( [in] policy_handle *handle, [in,range(0,1000)] uint32 num_names, [in,size_is(num_names)] lsa_String names[], @@ -903,7 +903,7 @@ import "security.idl"; [size_is(count)] lsa_TranslatedSid3 *sids; } lsa_TransSidArray3; - NTSTATUS lsa_LookupNames3 ( + [public] NTSTATUS lsa_LookupNames3 ( [in] policy_handle *handle, [in,range(0,1000)] uint32 num_names, [in,size_is(num_names)] lsa_String names[], @@ -939,7 +939,7 @@ import "security.idl"; /*****************/ /* Function 0x4c */ - NTSTATUS lsa_LookupSids3( + [public] NTSTATUS lsa_LookupSids3( [in] lsa_SidArray *sids, [out,unique] lsa_RefDomainList *domains, [in,out] lsa_TransNameArray2 *names, |