export xml_utf8_decode for wddx module

This commit is contained in:
Thies C. Arntzen 2000-04-04 15:42:05 +00:00
parent 6e2bf336f6
commit 1fc8733dbf
2 changed files with 2 additions and 2 deletions

View file

@ -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 */