From ed69e68f4c1b1292db7941da091437a220fe5edd Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 2 Jun 2008 13:00:17 +0200 Subject: netapi: add NetGroupGetInfo() to IDL. Guenther (This used to be commit 68a727302002ca53f41ed282abc1c18a8559579e) --- source3/librpc/idl/libnetapi.idl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 4d90aed7cf..865d851c4b 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -229,4 +229,11 @@ interface libnetapi [in] uint8 *buf, [out] uint32 *parm_err ); + + [nopush,nopull] NET_API_STATUS NetGroupGetInfo( + [in] string server_name, + [in] string group_name, + [in] uint32 level, + [out] uint8 **buf + ); } -- cgit