Switch to side-by-side view
--- a/src/utils/pathut.h +++ b/src/utils/pathut.h @@ -101,7 +101,7 @@ bool fsocc(const std::string& path, int *pc, long long *avmbs = 0); /// mkdir -p -extern bool makepath(const std::string& path); +extern bool path_makepath(const std::string& path, int mode); /// Where we create the user data subdirs extern std::string path_homedata();