1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

netapi: add NetFileClose to public header.

Guenther
(This used to be commit 502bbf00fa)
This commit is contained in:
Günther Deschner 2008-09-09 19:37:39 +02:00
parent 1aff853427
commit bbd2eeb0f6

View File

@ -1754,6 +1754,22 @@ NET_API_STATUS NetShareSetInfo(const char * server_name /* [in] */,
uint8_t *buffer /* [in] [ref] */,
uint32_t *parm_err /* [out] [ref] */);
/************************************************************//**
*
* NetFileClose
*
* @brief Close a file
*
* @param[in] server_name The server name to connect to
* @param[in] fileid The fileid of the file that is going to be closed
* @return NET_API_STATUS
*
* example file/file_close.c
***************************************************************/
NET_API_STATUS NetFileClose(const char * server_name /* [in] */,
uint32_t fileid /* [in] */);
#ifdef __cplusplus
}
#endif /* __cplusplus */