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