Use hc_path_create() for additional write checks on startup

This commit is contained in:
jsteube
2017-01-28 00:08:12 +01:00
parent 322862f8dc
commit 2d2eadd2f6
3 changed files with 57 additions and 0 deletions

View File

@@ -46,5 +46,6 @@ bool hc_path_is_empty (const char *path);
bool hc_path_exist (const char *path);
bool hc_path_read (const char *path);
bool hc_path_write (const char *path);
bool hc_path_create (const char *path);
#endif // _SHARED_H