From: Günther Deschner Date: Mon, 2 Jun 2008 11:00:17 +0000 (+0200) Subject: netapi: add NetGroupGetInfo() to IDL. X-Git-Tag: samba-4.0.0alpha6~801^2~1230 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed69e68f4c1b1292db7941da091437a220fe5edd;p=thirdparty%2Fsamba.git netapi: add NetGroupGetInfo() to IDL. Guenther (This used to be commit 68a727302002ca53f41ed282abc1c18a8559579e) --- diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 4d90aed7cfe..865d851c4ba 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -229,4 +229,11 @@ interface libnetapi [in] uint8 *buf, [out] uint32 *parm_err ); + + [nopush,nopull] NET_API_STATUS NetGroupGetInfo( + [in] string server_name, + [in] string group_name, + [in] uint32 level, + [out] uint8 **buf + ); }