netapi: add NetFileClose to IDL.
authorGünther Deschner <gd@samba.org>
Tue, 9 Sep 2008 17:19:49 +0000 (19:19 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 11 Sep 2008 12:35:49 +0000 (14:35 +0200)
Guenther
(This used to be commit e48900e9029e87573bdf6aa95ecb57ef0eb3d119)

source3/librpc/idl/libnetapi.idl

index 1ab8c5ff21f5bfc80b4ff8cac94aa4f84b2dd672..e57e5190431f178e3e6b832f82db5b6d874cccb8 100644 (file)
@@ -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
+               );
 }