summaryrefslogtreecommitdiff
path: root/amiga/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/utf8.h')
-rwxr-xr-xamiga/utf8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/utf8.h b/amiga/utf8.h
index 9a11ee1bd..e4074c69f 100755
--- a/amiga/utf8.h
+++ b/amiga/utf8.h
@@ -21,4 +21,5 @@
//char *ami_utf8_alloc(char *string);
ULONG ami_utf8_to_any(const char *string, size_t len, char **result);
void ami_utf8_free(char *ptr);
+char *ami_utf8_easy(char *string);
#endif