From 2ead1503eb743986c7fabf1db09b8906103ee985 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 2 Jun 2008 19:17:13 +0200 Subject: netapi: add NetLocalGroupDel() to IDL. Guenther (This used to be commit b4fafdeebf43a8bd65d5c99432de373594f36180) --- source3/librpc/idl/libnetapi.idl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 200beee28d..2bf862c4df 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 + ); } -- cgit