From: Günther Deschner Date: Mon, 2 Jun 2008 18:19:18 +0000 (+0200) Subject: netapi: add NetLocalGroupGetInfo() to IDL. X-Git-Tag: samba-3.3.0pre1~1066 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c817c0c5bcf2578aa7f26403c0ce567281e4b019;p=thirdparty%2Fsamba.git netapi: add NetLocalGroupGetInfo() to IDL. Guenther --- diff --git a/source/librpc/idl/libnetapi.idl b/source/librpc/idl/libnetapi.idl index 2bf862c4dfc..b68ea466bda 100644 --- a/source/librpc/idl/libnetapi.idl +++ b/source/librpc/idl/libnetapi.idl @@ -273,4 +273,11 @@ interface libnetapi [in] string server_name, [in] string group_name ); + + [nopush,nopull] NET_API_STATUS NetLocalGroupGetInfo( + [in] string server_name, + [in] string group_name, + [in] uint32 level, + [out,ref] uint8 **buf + ); }