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

17 lines
190 B
C
Raw Normal View History

2019-02-25 20:35:38 +00:00
#ifndef WSFS_ADAPTER_FUSE_H
#define WSFS_ADAPTER_FUSE_H
2019-01-27 02:45:03 +00:00
#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