netapi: add NetLocalGroupDel() to IDL.
authorGünther Deschner <gd@samba.org>
Mon, 2 Jun 2008 17:17:13 +0000 (19:17 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 2 Jun 2008 23:27:46 +0000 (01:27 +0200)
Guenther
(This used to be commit b4fafdeebf43a8bd65d5c99432de373594f36180)

source3/librpc/idl/libnetapi.idl

index 200beee28d2d2b3bf81210649cf2a5a13c7cca4d..2bf862c4dfc3cc1dcf4b1eb1cd76f1b1c34db818 100644 (file)
@@ -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
+               );
 }