Browse Source

func_create_ff.hpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
6daab1534a
  1. 8
      src/func_create_ff.hpp

8
src/func_create_ff.hpp

@ -30,9 +30,9 @@ namespace Func
~CreateFF(); ~CreateFF();
public: public:
virtual int operator(Branches2 &branches_,
char const *fusepath,
mode_t const mode,
fuse_file_info_t *ffi);
virtual int operator()(Branches2 &branches_,
char const *fusepath,
mode_t const mode,
fuse_file_info_t *ffi);
}; };
} }
Loading…
Cancel
Save