Commit 955428b8 authored by Warren Dukes's avatar Warren Dukes

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
parent 2cfea8a8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment