summaryrefslogtreecommitdiff
path: root/amiga/utf8.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-07-23 14:06:13 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-07-23 14:06:13 +0000
commit39e5c04da73139a7b71292e95fc45ea729bcd63e (patch)
treec52076ac8f906da40baa315f397e15060e8044b1 /amiga/utf8.h
parentcd21f4035f881424d7fa150dd04693de313be841 (diff)
downloadnetsurf-39e5c04da73139a7b71292e95fc45ea729bcd63e.tar.gz
netsurf-39e5c04da73139a7b71292e95fc45ea729bcd63e.tar.bz2
Fix warnings
svn path=/trunk/netsurf/; revision=12616
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