From 813f119556f8aa783632e3bf3ead4f013dddd1c4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 27 May 2008 12:09:01 +0200 Subject: idl: add NetGroupDel() to libnetapi. Guenther (This used to be commit d86cd8816c6a6458b6f4f9c33200faf627bd2e7a) --- source3/librpc/idl/libnetapi.idl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/librpc/idl/libnetapi.idl') diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 875906f32b..de3bc7bd5a 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -208,4 +208,9 @@ interface libnetapi [in] uint8 *buf, [out] uint32 *parm_err ); + + [nopush,nopull] NET_API_STATUS NetGroupDel( + [in] string server_name, + [in] string group_name + ); } -- cgit