1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-30 16:20:46 +00:00
falk-werner_webfuse-provider/src/wsfs/operations.h

11 lines
157 B
C
Raw Normal View History

2019-01-27 02:45:03 +00:00
#ifndef _WSFS_OPERATIONS
#define _WSFS_OPERATIONS
#include "wsfs/fuse.h"
extern void wsfs_operations_init(
struct fuse_operations * operations);
#endif