1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-30 18:30:45 +00:00
falk-werner_webfuse-provider/src/wsfs/operations.h
2019-01-27 20:32:09 +01:00

11 lines
165 B
C

#ifndef _WSFS_OPERATIONS
#define _WSFS_OPERATIONS
#include "wsfs/fuse_wrapper.h"
extern void wsfs_operations_init(
struct fuse_operations * operations);
#endif