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, 2 insertions, 2 deletions
diff --git a/amiga/utf8.h b/amiga/utf8.h
index a328b4bef..7956523ee 100755
--- a/amiga/utf8.h
+++ b/amiga/utf8.h
@@ -18,7 +18,7 @@
#ifndef AMIGA_UTF8_H
#define AMIGA_UTF8_H
-char *ami_utf8_easy(char *string);
+char *ami_utf8_easy(const char *string);
void ami_utf8_free(char *ptr);
-char *ami_to_utf8_easy(char *string);
+char *ami_to_utf8_easy(const char *string);
#endif