state.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-03-10 16:16:49 -05:00
parent 60a0ea9e44
commit 37db0094ff

View File

@ -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;
};