1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-10-01 11:30:44 +00:00
falk-werner_webfuse-provider/lib/webfuse/adapter/impl/operation/close.h
2020-04-04 08:55:59 +02:00

21 lines
324 B
C

#ifndef WF_ADAPTER_IMPL_OPERATION_CLOSE_H
#define WF_ADAPTER_IMPL_OPERATION_CLOSE_H
#include "webfuse/adapter/impl/fuse_wrapper.h"
#ifdef __cplusplus
extern "C"
{
#endif
extern void wf_impl_operation_close(
fuse_req_t request,
fuse_ino_t inode,
struct fuse_file_info * file_info);
#ifdef __cplusplus
}
#endif
#endif