1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-30 23:30:51 +00:00
falk-werner_webfuse-provider/lib/wsfs/fuse_wrapper.h

17 lines
176 B
C
Raw Normal View History

2019-01-27 02:45:03 +00:00
#ifndef _WSFS_FUSE_H
#define _WSFS_FUSE_H
#ifdef __cplusplus
extern "C" {
#endif
2019-01-27 02:45:03 +00:00
#define FUSE_USE_VERSION 31
2019-02-02 08:37:18 +00:00
#include <fuse_lowlevel.h>
2019-01-27 02:45:03 +00:00
#ifdef __cplusplus
}
#endif
2019-01-27 02:45:03 +00:00
#endif