From 8216c60265a06911c14ada33d5cf6d456c5b26d4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 2 Jun 2008 20:19:18 +0200 Subject: netapi: add NetLocalGroupGetInfo() to IDL. Guenther (This used to be commit c817c0c5bcf2578aa7f26403c0ce567281e4b019) --- source3/librpc/idl/libnetapi.idl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 2bf862c4df..b68ea466bd 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -273,4 +273,11 @@ interface libnetapi [in] string server_name, [in] string group_name ); + + [nopush,nopull] NET_API_STATUS NetLocalGroupGetInfo( + [in] string server_name, + [in] string group_name, + [in] uint32 level, + [out,ref] uint8 **buf + ); } -- cgit