From: Günther Deschner Date: Mon, 2 Jun 2008 20:25:07 +0000 (+0200) Subject: netapi: add NetLocalGroupSetInfo() to IDL. X-Git-Tag: samba-3.3.0pre1~1060 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e02b40ae8a63a299f221dce82725b9151a7e499;p=thirdparty%2Fsamba.git netapi: add NetLocalGroupSetInfo() to IDL. Guenther --- diff --git a/source/librpc/idl/libnetapi.idl b/source/librpc/idl/libnetapi.idl index b68ea466bda..6c525ff8c19 100644 --- a/source/librpc/idl/libnetapi.idl +++ b/source/librpc/idl/libnetapi.idl @@ -280,4 +280,13 @@ interface libnetapi [in] uint32 level, [out,ref] uint8 **buf ); + + [nopush,nopull] NET_API_STATUS NetLocalGroupSetInfo( + [in] string server_name, + [in] string group_name, + [in] uint32 level, + [in,ref] uint8 *buf, + [out,ref] uint32 *parm_err + ); + }