diff options
author | Günther Deschner <gd@samba.org> | 2008-09-09 19:19:49 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-09-11 14:35:49 +0200 |
commit | 5dbda0aa8961a2cded5f9c7d0be879e58e260293 (patch) | |
tree | 52a91f579d5f5ca39f165f41fc254b929f1d9611 /source3/librpc/idl | |
parent | 2474026c003d216cc29805c8b56836b49fe7b2fb (diff) | |
download | samba-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')
-rw-r--r-- | source3/librpc/idl/libnetapi.idl | 9 |
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 + ); } |