From: Günther Deschner Date: Tue, 9 Sep 2008 17:19:49 +0000 (+0200) Subject: netapi: add NetFileClose to IDL. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e48900e9029e87573bdf6aa95ecb57ef0eb3d119;p=thirdparty%2Fsamba.git netapi: add NetFileClose to IDL. Guenther --- diff --git a/source/librpc/idl/libnetapi.idl b/source/librpc/idl/libnetapi.idl index 1ab8c5ff21f..e57e5190431 100644 --- a/source/librpc/idl/libnetapi.idl +++ b/source/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 + ); }