mirror of
https://github.com/falk-werner/webfuse-provider
synced 2025-06-08 22:23:53 +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
|
|
|