diff options
Diffstat (limited to 'include/path.h')
| -rw-r--r-- | include/path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/path.h b/include/path.h index e76a654..4debbad 100644 --- a/include/path.h +++ b/include/path.h @@ -9,6 +9,7 @@ char *ecex_path_join(const char *dir, const char *name); char *ecex_path_dirname(const char *path); char *ecex_path_basename_dup(const char *path); char *ecex_path_normalize(const char *path); +char *ecex_project_root_for_file(const char *path); int ecex_path_is_dir(const char *path); int ecex_path_is_file(const char *path); int ecex_path_exists(const char *path); |
