aboutsummaryrefslogtreecommitdiffstats
path: root/encoding.c
diff options
context:
space:
mode:
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;