#ifndef WSFSP_OPERATION_CLOSE_H #define WSFSP_OPERATION_CLOSE_H #ifndef __cplusplus #include #else #include #endif #include #include #include #include "wsfs/provider/api.h" typedef void wsfsp_close_fn( ino_t inode, uint32_t handle, int flags, void * user_data); #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif