1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00
falk-werner_webfuse/lib/wsfs/fuse_wrapper.h
2019-02-22 16:59:08 +01:00

17 lines
174 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