From 6194cbb3c8615d8f96236c7034c0a4e161aaceec Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 29 Aug 2008 18:32:25 +0200 Subject: netapi: add NetShareDel to IDL. Guenther (This used to be commit f9c3ae1ab8c76b4cfec7677e448f192e47152eeb) --- source3/librpc/idl/libnetapi.idl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 0b91876832..9ea1cc5db2 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -1001,4 +1001,14 @@ interface libnetapi [in] uint8 *buffer, [out] uint32 *parm_err ); + + /*******************************************/ + /* NetShareDel */ + /*******************************************/ + + [nopush,nopull] NET_API_STATUS NetShareDel( + [in] string server_name, + [in] string net_name, + [in] uint32 reserved + ); } -- cgit