mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
17 lines
196 B
C
17 lines
196 B
C
#ifndef WF_ADAPTER_IMPL_FUSE_H
|
|
#define WF_ADAPTER_IMPL_FUSE_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define FUSE_USE_VERSION 31
|
|
#include <fuse_lowlevel.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|