Browse Source

fuse_create_base.hpp

toml4
Antonio SJ Musumeci 11 months ago
parent
commit
c02abf198f
  1. 6
      src/fuse_create_base.hpp

6
src/fuse_create_base.hpp

@ -29,9 +29,9 @@ namespace
virtual ~CreateBase() {};
public:
virtual int operator(Branches &branches_,
char const *fusepath,
mode_t const mode,
virtual int operator(Branches &branches_,
char const *fusepath,
mode_t const mode,
fuse_file_info_t *ffi) = 0;
};
}
Loading…
Cancel
Save