summaryrefslogtreecommitdiff
path: root/common/strutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/strutils.h')
-rw-r--r--common/strutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/strutils.h b/common/strutils.h
index 872365c..84f6013 100644
--- a/common/strutils.h
+++ b/common/strutils.h
@@ -46,5 +46,6 @@ char* extract_file_path(const char *APath);
char* resolve_relative(const char *source, const char *point_to);
char* canonicalize_filename(const char *filename);
+char* wide_to_utf8(const wchar_t *src);
#endif /* __STRUTILS_H__ */