From: Günther Deschner Date: Mon, 2 Jun 2008 20:25:07 +0000 (+0200) Subject: netapi: add NetLocalGroupSetInfo() to IDL. X-Git-Tag: samba-4.0.0alpha6~801^2~1197 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b71ff71e02a885b4f66fc3266a3112d90cb99b0c;p=thirdparty%2Fsamba.git netapi: add NetLocalGroupSetInfo() to IDL. Guenther (This used to be commit 0e02b40ae8a63a299f221dce82725b9151a7e499) --- diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index b68ea466bda..6c525ff8c19 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/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 + ); + }