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
{
typedef ghc::filesystem::path Path;
public:
State();
public:
Branches2 branches;
public:
int create(Path const &fusepath,
mode_t const mode,
fuse_file_info_t *ffi);
public:
Func2::Create create;
};
Loading…
Cancel
Save