From 0e02b40ae8a63a299f221dce82725b9151a7e499 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 2 Jun 2008 22:25:07 +0200 Subject: [PATCH] netapi: add NetLocalGroupSetInfo() to IDL. Guenther --- source/librpc/idl/libnetapi.idl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/librpc/idl/libnetapi.idl b/source/librpc/idl/libnetapi.idl index b68ea466bda..6c525ff8c19 100644 --- a/source/librpc/idl/libnetapi.idl +++ b/source/librpc/idl/libnetapi.idl @@ -280,4 +280,13 @@ interface libnetapi [in] uint32 level, [out,ref] uint8 **buf ); + + [nopush,nopull] NET_API_STATUS NetLocalGroupSetInfo( + [in] string server_name, + [in] string group_name, + [in] uint32 level, + [in,ref] uint8 *buf, + [out,ref] uint32 *parm_err + ); + } -- 2.47.3