netapi: add NetLocalGroupSetInfo() to IDL.
authorGünther Deschner <gd@samba.org>
Mon, 2 Jun 2008 20:25:07 +0000 (22:25 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 2 Jun 2008 23:27:48 +0000 (01:27 +0200)
Guenther
(This used to be commit 0e02b40ae8a63a299f221dce82725b9151a7e499)

source3/librpc/idl/libnetapi.idl

index b68ea466bdaefef4fd51a2a684b3ff317795273b..6c525ff8c1902c2c624cb86ce6feb66cb1af8b96 100644 (file)
@@ -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
+               );
+
 }