diff options
-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 + ); } |