summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-05-27 12:09:01 +0200
committerGünther Deschner <gd@samba.org>2008-06-03 01:27:40 +0200
commit813f119556f8aa783632e3bf3ead4f013dddd1c4 (patch)
tree3ade737d420752572a0e2115c0118475d160c4b0 /source3/librpc/idl
parent3e67dfcf87666000d7d67d47bc48e24a20b0d32b (diff)
downloadsamba-813f119556f8aa783632e3bf3ead4f013dddd1c4.tar.gz
samba-813f119556f8aa783632e3bf3ead4f013dddd1c4.tar.bz2
samba-813f119556f8aa783632e3bf3ead4f013dddd1c4.zip
idl: add NetGroupDel() to libnetapi.
Guenther (This used to be commit d86cd8816c6a6458b6f4f9c33200faf627bd2e7a)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/libnetapi.idl5
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
+ );
}