summaryrefslogtreecommitdiff
path: root/amiga/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/utf8.h')
-rwxr-xr-xamiga/utf8.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/amiga/utf8.h b/amiga/utf8.h
index e4074c69f..fd863ca8a 100755
--- a/amiga/utf8.h
+++ b/amiga/utf8.h
@@ -18,8 +18,6 @@
#ifndef AMIGA_UTF8_H
#define AMIGA_UTF8_H
-//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);
+void ami_utf8_free(char *ptr);
#endif