From f000f0730381ec768d093c76689b4abb68d7b6cf Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 22 Oct 2002 14:28:17 +0000 Subject: made xmlGetUTF8Char public Daniel * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public Daniel --- encoding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'encoding.c') 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; -- cgit v1.2.3