Browse Source

func_create_ff.hpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
df4fe1beb1
  1. 4
      src/func_create_ff.hpp

4
src/func_create_ff.hpp

@ -30,8 +30,8 @@ namespace Func
~CreateFF(); ~CreateFF();
public: public:
virtual int operator()(Branches2 &branches_,
char const *fusepath,
virtual int operator()(Branches2 &branches,
ghc::filesystem::path const &fusepath,
mode_t const mode, mode_t const mode,
fuse_file_info_t *ffi); fuse_file_info_t *ffi);
}; };

Loading…
Cancel
Save