dll: fuse3: fuse2to3 implementation

This commit is contained in:
Bill Zissimopoulos
2018-07-18 14:48:10 -07:00
parent ab3f3d2827
commit 931d201527
3 changed files with 146 additions and 75 deletions

View File

@ -28,7 +28,10 @@
struct fuse3
{
struct fuse_args args;
struct fuse3_operations ops;
void *data;
struct fuse *fuse;
};
#endif