diff options
Diffstat (limited to 'ext/xml/php_xml.h')
-rw-r--r-- | ext/xml/php_xml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h index c7b986d0e9..8b618158c3 100644 --- a/ext/xml/php_xml.h +++ b/ext/xml/php_xml.h @@ -129,6 +129,7 @@ PHP_FUNCTION(utf8_decode); PHP_FUNCTION(xml_parse_into_struct); PHPAPI char *_xml_zval_strdup(zval *val); +PHPAPI char *xml_utf8_decode(const XML_Char *, int, int *, const XML_Char *); #endif /* HAVE_LIBEXPAT */ |