From 5dbda0aa8961a2cded5f9c7d0be879e58e260293 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 9 Sep 2008 19:19:49 +0200 Subject: netapi: add NetFileClose to IDL. Guenther (This used to be commit e48900e9029e87573bdf6aa95ecb57ef0eb3d119) --- source3/librpc/idl/libnetapi.idl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source3/librpc/idl/libnetapi.idl') diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 1ab8c5ff21..e57e519043 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -1186,4 +1186,13 @@ interface libnetapi [in] uint8 *buffer, [out] uint32 *parm_err ); + + /*******************************************/ + /* NetFileClose */ + /*******************************************/ + + [nopush,nopull] NET_API_STATUS NetFileClose( + [in] string server_name, + [in] uint32 fileid + ); } -- cgit