mirror of
https://github.com/falk-werner/webfuse-provider
synced 2025-06-09 07:13:51 +00:00
9 lines
98 B
C
9 lines
98 B
C
|
#ifndef _WSFS_FUSE_H
|
||
|
#define _WSFS_FUSE_H
|
||
|
|
||
|
#define FUSE_USE_VERSION 31
|
||
|
#include <fuse.h>
|
||
|
|
||
|
#endif
|
||
|
|