aboutsummaryrefslogtreecommitdiffstats
path: root/encoding.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-10-22 14:28:17 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-10-22 14:28:17 +0000
commitf000f0730381ec768d093c76689b4abb68d7b6cf (patch)
treebee47550d887d7192e2d180618bc7d1001016a64 /encoding.c
parent1e208225416ae4c98e2534616f3095c1677402b1 (diff)
downloadandroid_external_libxml2-f000f0730381ec768d093c76689b4abb68d7b6cf.tar.gz
android_external_libxml2-f000f0730381ec768d093c76689b4abb68d7b6cf.tar.bz2
android_external_libxml2-f000f0730381ec768d093c76689b4abb68d7b6cf.zip
made xmlGetUTF8Char public Daniel
* include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public Daniel
Diffstat (limited to 'encoding.c')
-rw-r--r--encoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/encoding.c b/encoding.c
index 69b3dacc..2faa7254 100644
--- a/encoding.c
+++ b/encoding.c
@@ -135,7 +135,7 @@ xmlUTF8Strlen(const xmlChar *utf) {
* Returns the char value or -1 in case of error and update @len with the
* number of bytes used
*/
-static int
+int
xmlGetUTF8Char(const unsigned char *utf, int *len) {
unsigned int c;