diff options
Diffstat (limited to 'common/strutils.h')
| -rw-r--r-- | common/strutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/strutils.h b/common/strutils.h index a301c53..95cc16b 100644 --- a/common/strutils.h +++ b/common/strutils.h @@ -43,6 +43,7 @@ char* include_leading_path_sep(const char *APath); char* exclude_leading_path_sep(const char *APath); char* extract_file_name(const char *APath); char* extract_file_path(const char *APath); +char* resolve_relative(const char *source, const char *point_to); #endif /* __STRUTILS_H__ */ |
