diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-02-15 23:53:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:23 -0500 |
commit | 2ed0f61a628d63e2a86b94a3a3e0f3dbc87bcc67 (patch) | |
tree | 7964d670396f252aa6b982d392a0972982e74fcc /source4/librpc/idl | |
parent | 612cfb84d955c31192ae1429198c580d3585bc24 (diff) | |
download | samba-2ed0f61a628d63e2a86b94a3a3e0f3dbc87bcc67.tar.gz samba-2ed0f61a628d63e2a86b94a3a3e0f3dbc87bcc67.tar.bz2 samba-2ed0f61a628d63e2a86b94a3a3e0f3dbc87bcc67.zip |
r21376: More tests.
(This used to be commit 2e2b15e3d258b66c3a150b97748ff6b4eed69a9a)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index a6f4458645..e4d42f4284 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -268,7 +268,7 @@ import "security.idl"; [size_is(num_sids)] lsa_SidPtr *sids; } lsa_SidArray; - NTSTATUS lsa_EnumAccounts ( + [public] NTSTATUS lsa_EnumAccounts ( [in] policy_handle *handle, [in,out] uint32 *resume_handle, [in,range(0,8192)] uint32 num_entries, @@ -279,7 +279,7 @@ import "security.idl"; /*************************************************/ /* Function: 0x0c */ - NTSTATUS lsa_CreateTrustedDomain( + [public] NTSTATUS lsa_CreateTrustedDomain( [in] policy_handle *handle, [in] lsa_DomainInfo *info, [in] uint32 access_mask, @@ -824,7 +824,7 @@ import "security.idl"; [size_is(count)] lsa_TranslatedName2 *names; } lsa_TransNameArray2; - NTSTATUS lsa_LookupSids2( + [public] NTSTATUS lsa_LookupSids2( [in] policy_handle *handle, [in] lsa_SidArray *sids, [out,unique] lsa_RefDomainList *domains, |