1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-30 21:30:44 +00:00
falk-werner_webfuse-provider/lib/wsfs/fuse_wrapper.h
2019-02-10 14:19:15 +01:00

17 lines
176 B
C

#ifndef _WSFS_FUSE_H
#define _WSFS_FUSE_H
#ifdef __cplusplus
extern "C" {
#endif
#define FUSE_USE_VERSION 31
#include <fuse_lowlevel.h>
#ifdef __cplusplus
}
#endif
#endif