summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-07-18 01:20:56 +0200
committerGünther Deschner <gd@samba.org>2008-07-18 17:24:52 +0200
commit54362a85f662b481678a8c2771a1d5e87680767c (patch)
treed3734fc59b74bffafa7d329b3a299eace59f8537
parent63c93682ace180d50f93b95386ccf60d48a30285 (diff)
downloadsamba-54362a85f662b481678a8c2771a1d5e87680767c.tar.gz
samba-54362a85f662b481678a8c2771a1d5e87680767c.tar.bz2
samba-54362a85f662b481678a8c2771a1d5e87680767c.zip
netapi: add NetLocalGroupEnum to IDL.
Guenther (This used to be commit 95432c8b57aac684064a20a7bba0734fb5d27d18)
-rw-r--r--source3/librpc/idl/libnetapi.idl14
1 files changed, 14 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl
index 69f78b9789..58ac40ae31 100644
--- a/source3/librpc/idl/libnetapi.idl
+++ b/source3/librpc/idl/libnetapi.idl
@@ -576,6 +576,20 @@ interface libnetapi
);
/*******************************************/
+ /* NetLocalGroupEnum */
+ /*******************************************/
+
+ [nopush,nopull] NET_API_STATUS NetLocalGroupEnum(
+ [in] string server_name,
+ [in] uint32 level,
+ [out,ref] uint8 **buffer,
+ [in] uint32 prefmaxlen,
+ [out,ref] uint32 *entries_read,
+ [out,ref] uint32 *total_entries,
+ [in,out,ref] uint32 *resume_handle
+ );
+
+ /*******************************************/
/* NetRemoteTOD */
/*******************************************/