diff options
author | Günther Deschner <gd@samba.org> | 2008-06-02 13:00:17 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-06-03 01:27:43 +0200 |
commit | ed69e68f4c1b1292db7941da091437a220fe5edd (patch) | |
tree | 42d7f001d477560aa091cc37ebfbbf9289c0597a /source3/librpc/idl | |
parent | fe0f0ff2cedbdc18c22aa8d5232fd7606dd884d3 (diff) | |
download | samba-ed69e68f4c1b1292db7941da091437a220fe5edd.tar.gz samba-ed69e68f4c1b1292db7941da091437a220fe5edd.tar.bz2 samba-ed69e68f4c1b1292db7941da091437a220fe5edd.zip |
netapi: add NetGroupGetInfo() to IDL.
Guenther
(This used to be commit 68a727302002ca53f41ed282abc1c18a8559579e)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/libnetapi.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 4d90aed7cf..865d851c4b 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -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 + ); } |