diff --git a/src/state.hpp b/src/state.hpp index fe850d15..170b462f 100644 --- a/src/state.hpp +++ b/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; };