diff options
author | Günther Deschner <gd@samba.org> | 2008-06-02 19:17:13 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-06-03 01:27:46 +0200 |
commit | 2ead1503eb743986c7fabf1db09b8906103ee985 (patch) | |
tree | 20aa288e94da600c1e1bc2d77b5072b0f91d55e4 /source3/librpc/idl | |
parent | 5e0c89af5a2e8ef39cb4ca921bfea031a8c77da1 (diff) | |
download | samba-2ead1503eb743986c7fabf1db09b8906103ee985.tar.gz samba-2ead1503eb743986c7fabf1db09b8906103ee985.tar.bz2 samba-2ead1503eb743986c7fabf1db09b8906103ee985.zip |
netapi: add NetLocalGroupDel() to IDL.
Guenther
(This used to be commit b4fafdeebf43a8bd65d5c99432de373594f36180)
Diffstat (limited to 'source3/librpc/idl')
-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 200beee28d..2bf862c4df 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -268,4 +268,9 @@ interface libnetapi [in] uint8 *buf, [out,ref] uint32 *parm_err ); + + [nopush,nopull] NET_API_STATUS NetLocalGroupDel( + [in] string server_name, + [in] string group_name + ); } |