Browse Source

state.hpp

toml4
Antonio SJ Musumeci 8 months ago
parent
commit
37db0094ff
  1. 7
      src/state.hpp

7
src/state.hpp

@ -5,12 +5,19 @@
class State class State
{ {
typedef ghc::filesystem::path Path;
public: public:
State(); State();
public: public:
Branches2 branches; Branches2 branches;
public:
int create(Path const &fusepath,
mode_t const mode,
fuse_file_info_t *ffi);
public: public:
Func2::Create create; Func2::Create create;
}; };
Loading…
Cancel
Save