From 2ead1503eb743986c7fabf1db09b8906103ee985 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 2 Jun 2008 19:17:13 +0200 Subject: [PATCH] netapi: add NetLocalGroupDel() to IDL. Guenther (This used to be commit b4fafdeebf43a8bd65d5c99432de373594f36180) --- source3/librpc/idl/libnetapi.idl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 200beee28d2..2bf862c4dfc 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/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 + ); } -- 2.47.3