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