Browse Source

fuse_create_base.hpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
200a043bf7
  1. 6
      src/fuse_create_base.hpp

6
src/fuse_create_base.hpp

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