]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
netapi: add NetGroupGetInfo() to IDL.
authorGünther Deschner <gd@samba.org>
Mon, 2 Jun 2008 11:00:17 +0000 (13:00 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 2 Jun 2008 23:27:43 +0000 (01:27 +0200)
Guenther

source/librpc/idl/libnetapi.idl

index 4d90aed7cfecde5b4fe1be0848b906c86f50b41f..865d851c4ba1911b3d4e7281e6936194ed00afc6 100644 (file)
@@ -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
+               );
 }