summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/libnetapi.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-09 19:19:49 +0200
committerGünther Deschner <gd@samba.org>2008-09-11 14:35:49 +0200
commit5dbda0aa8961a2cded5f9c7d0be879e58e260293 (patch)
tree52a91f579d5f5ca39f165f41fc254b929f1d9611 /source3/librpc/idl/libnetapi.idl
parent2474026c003d216cc29805c8b56836b49fe7b2fb (diff)
downloadsamba-5dbda0aa8961a2cded5f9c7d0be879e58e260293.tar.gz
samba-5dbda0aa8961a2cded5f9c7d0be879e58e260293.tar.bz2
samba-5dbda0aa8961a2cded5f9c7d0be879e58e260293.zip
netapi: add NetFileClose to IDL.
Guenther (This used to be commit e48900e9029e87573bdf6aa95ecb57ef0eb3d119)
Diffstat (limited to 'source3/librpc/idl/libnetapi.idl')
-rw-r--r--source3/librpc/idl/libnetapi.idl9
1 files changed, 9 insertions, 0 deletions
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
+ );
}