Separated main and operations for testing
This commit is contained in:
10
src/fuse_operations.h
Normal file
10
src/fuse_operations.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef FUSE_OPERATIONS
|
||||
#define FUSE_OPERATIONS
|
||||
|
||||
#define FUSE_USE_VERSION 31
|
||||
|
||||
#include <fuse3/fuse.h>
|
||||
|
||||
const struct fuse_operations *get_fuse_operations();
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user