1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-28 19:20:49 +00:00
falk-werner_webfuse-provider/lib/webfuse/adapter/impl/fuse_wrapper.h

17 lines
196 B
C
Raw Normal View History

2019-03-26 22:04:53 +00:00
#ifndef WF_ADAPTER_IMPL_FUSE_H
#define WF_ADAPTER_IMPL_FUSE_H
2019-01-27 02:45:03 +00:00
#ifdef __cplusplus
extern "C" {
#endif
2019-12-01 19:27:10 +00:00
#define FUSE_USE_VERSION 38
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