summaryrefslogtreecommitdiff
path: root/firmware/include/rbunicode.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-01-19 15:55:11 +0000
committerNils Wallménius <nils@rockbox.org>2007-01-19 15:55:11 +0000
commitfaba818e1d0bd63a3c49491bb6c466422bad5395 (patch)
tree20b96d013f24ead4a8d2ea23d22799fe64fbada9 /firmware/include/rbunicode.h
parent00a3fc7ec097da17080914af76ca7f3b90a965f2 (diff)
downloadrockbox-faba818e1d0bd63a3c49491bb6c466422bad5395.tar.gz
rockbox-faba818e1d0bd63a3c49491bb6c466422bad5395.zip
Comment out an unused function and make another one static to save a few bytes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12073 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/include/rbunicode.h')
-rw-r--r--firmware/include/rbunicode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/include/rbunicode.h b/firmware/include/rbunicode.h
index 66726d10b5..a9ab49f280 100644
--- a/firmware/include/rbunicode.h
+++ b/firmware/include/rbunicode.h
@@ -21,7 +21,6 @@ unsigned char* utf8encode(unsigned long ucs, unsigned char *utf8);
21unsigned char* iso_decode(const unsigned char *latin1, unsigned char *utf8, int cp, int count); 21unsigned char* iso_decode(const unsigned char *latin1, unsigned char *utf8, int cp, int count);
22unsigned char* utf16LEdecode(const unsigned char *utf16, unsigned char *utf8, int count); 22unsigned char* utf16LEdecode(const unsigned char *utf16, unsigned char *utf8, int count);
23unsigned char* utf16BEdecode(const unsigned char *utf16, unsigned char *utf8, int count); 23unsigned char* utf16BEdecode(const unsigned char *utf16, unsigned char *utf8, int count);
24unsigned char* utf16decode(const unsigned char *utf16, unsigned char *utf8, unsigned int count);
25unsigned long utf8length(const unsigned char *utf8); 24unsigned long utf8length(const unsigned char *utf8);
26const unsigned char* utf8decode(const unsigned char *utf8, unsigned short *ucs); 25const unsigned char* utf8decode(const unsigned char *utf8, unsigned short *ucs);
27void set_codepage(int cp); 26void set_codepage(int cp);