mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
dll: fuse3: fuse2to3 implementation
This commit is contained in:
@ -28,7 +28,10 @@
|
||||
|
||||
struct fuse3
|
||||
{
|
||||
struct fuse_args args;
|
||||
struct fuse3_operations ops;
|
||||
void *data;
|
||||
struct fuse *fuse;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user