don't expose functions in utf8.h that don't need it

git-svn-id: https://svn.musicpd.org/mpd/trunk@812 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2004-04-17 17:42:57 +00:00
parent 2cfea8a8bf
commit 955428b8a2
1 changed files with 0 additions and 6 deletions

View File

@ -19,16 +19,10 @@
#ifndef UTF_8_H
#define UTF_8_H
unsigned char * latin1ToUtf8(unsigned char c);
unsigned char * latin1StrToUtf8Dup(unsigned char * latin1);
unsigned char * utf8StrToLatin1Dup(unsigned char * utf8);
unsigned char utf8ToLatin1(unsigned char * utf8);
int validateUtf8Char(unsigned char * utf8Char);
int validUtf8String(unsigned char * string);
#endif