From b71ff71e02a885b4f66fc3266a3112d90cb99b0c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 2 Jun 2008 22:25:07 +0200 Subject: netapi: add NetLocalGroupSetInfo() to IDL. Guenther (This used to be commit 0e02b40ae8a63a299f221dce82725b9151a7e499) --- source3/librpc/idl/libnetapi.idl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index b68ea466bd..6c525ff8c1 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/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 + ); + } -- cgit