summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/libnetapi.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-02 22:25:07 +0200
committerGünther Deschner <gd@samba.org>2008-06-03 01:27:48 +0200
commitb71ff71e02a885b4f66fc3266a3112d90cb99b0c (patch)
tree21167633a8c159d345d35520fdc39557f32b5cfb /source3/librpc/idl/libnetapi.idl
parenta3f1e2ee0abea2054c06d3fd0e52db28b10ec30c (diff)
downloadsamba-b71ff71e02a885b4f66fc3266a3112d90cb99b0c.tar.gz
samba-b71ff71e02a885b4f66fc3266a3112d90cb99b0c.tar.bz2
samba-b71ff71e02a885b4f66fc3266a3112d90cb99b0c.zip
netapi: add NetLocalGroupSetInfo() to IDL.
Guenther (This used to be commit 0e02b40ae8a63a299f221dce82725b9151a7e499)
Diffstat (limited to 'source3/librpc/idl/libnetapi.idl')
-rw-r--r--source3/librpc/idl/libnetapi.idl9
1 files changed, 9 insertions, 0 deletions
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
+ );
+
}