dll: fuse3: fuse2to3 implementation

This commit is contained in:
Bill Zissimopoulos
2018-07-18 04:11:20 -07:00
parent 3dc09b2496
commit ab3f3d2827
4 changed files with 277 additions and 44 deletions

View File

@ -1617,7 +1617,8 @@ exit:
return Result;
}
static int fsp_fuse_intf_AddDirInfo(void *buf, const char *name,
/* !static: used by fuse2to3 */
int fsp_fuse_intf_AddDirInfo(void *buf, const char *name,
const struct fuse_stat *stbuf, fuse_off_t off)
{
struct fuse_dirhandle *dh = buf;