summaryrefslogtreecommitdiff
path: root/ext/xml/php_xml.h
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2000-04-04 15:42:05 +0000
committerThies C. Arntzen <thies@php.net>2000-04-04 15:42:05 +0000
commit1fc8733dbff5b7922600bb475e1ba75f4d616c4d (patch)
treed8f33bc5bb039d87c5bb5e2445b0bd78e714f396 /ext/xml/php_xml.h
parent6e2bf336f6835fe2db7736fe7a7277171b290dc4 (diff)
downloadphp-git-1fc8733dbff5b7922600bb475e1ba75f4d616c4d.tar.gz
export xml_utf8_decode for wddx module
Diffstat (limited to 'ext/xml/php_xml.h')
-rw-r--r--ext/xml/php_xml.h1
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 */