summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-09 19:19:49 +0200
committerKarolin Seeger <kseeger@samba.org>2008-09-15 13:00:38 +0200
commit3cb0dd9d5be2c21e89cd5565df1081ba7d52cbf9 (patch)
tree36106af05325b53d2df5efb396d50914c19f880e /source
parent1dc96a8d59f6b8f243bddc0c249d8fafe061c786 (diff)
downloadsamba-3cb0dd9d5be2c21e89cd5565df1081ba7d52cbf9.tar.gz
samba-3cb0dd9d5be2c21e89cd5565df1081ba7d52cbf9.tar.xz
samba-3cb0dd9d5be2c21e89cd5565df1081ba7d52cbf9.zip
netapi: add NetFileClose to IDL.
Guenther (cherry picked from commit e48900e9029e87573bdf6aa95ecb57ef0eb3d119) (cherry picked from commit bf6909ad23830cd968567d7931faaed8ebe938aa)
Diffstat (limited to 'source')
-rw-r--r--source/librpc/idl/libnetapi.idl9
1 files changed, 9 insertions, 0 deletions
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
+ );
}