diff options
author | Günther Deschner <gd@samba.org> | 2008-06-02 22:25:07 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-06-03 01:27:48 +0200 |
commit | b71ff71e02a885b4f66fc3266a3112d90cb99b0c (patch) | |
tree | 21167633a8c159d345d35520fdc39557f32b5cfb /source3 | |
parent | a3f1e2ee0abea2054c06d3fd0e52db28b10ec30c (diff) | |
download | samba-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')
-rw-r--r-- | source3/librpc/idl/libnetapi.idl | 9 |
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 + ); + } |