diff options
author | Günther Deschner <gd@samba.org> | 2008-05-27 12:09:01 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-06-03 01:27:40 +0200 |
commit | 813f119556f8aa783632e3bf3ead4f013dddd1c4 (patch) | |
tree | 3ade737d420752572a0e2115c0118475d160c4b0 | |
parent | 3e67dfcf87666000d7d67d47bc48e24a20b0d32b (diff) | |
download | samba-813f119556f8aa783632e3bf3ead4f013dddd1c4.tar.gz samba-813f119556f8aa783632e3bf3ead4f013dddd1c4.tar.bz2 samba-813f119556f8aa783632e3bf3ead4f013dddd1c4.zip |
idl: add NetGroupDel() to libnetapi.
Guenther
(This used to be commit d86cd8816c6a6458b6f4f9c33200faf627bd2e7a)
-rw-r--r-- | source3/librpc/idl/libnetapi.idl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 875906f32b..de3bc7bd5a 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -208,4 +208,9 @@ interface libnetapi [in] uint8 *buf, [out] uint32 *parm_err ); + + [nopush,nopull] NET_API_STATUS NetGroupDel( + [in] string server_name, + [in] string group_name + ); } |