diff options
author | Rasmus Lerdorf <rasmus@php.net> | 1999-12-05 14:16:37 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 1999-12-05 14:16:37 +0000 |
commit | dfd0f8824c1ee7c391859f265caa571c8adae7b9 (patch) | |
tree | b0ebf17cce4bad1fca0f66ebb23b9b88dabee931 /ext/xml/php_xml.h | |
parent | ca362445c486e878d3ae287683d14fd54c13ebd6 (diff) | |
download | php-git-dfd0f8824c1ee7c391859f265caa571c8adae7b9.tar.gz |
More maintainer-mode cleanups
Diffstat (limited to 'ext/xml/php_xml.h')
-rw-r--r-- | ext/xml/php_xml.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h index 23d89c0fd2..ee582bee66 100644 --- a/ext/xml/php_xml.h +++ b/ext/xml/php_xml.h @@ -127,6 +127,8 @@ PHP_FUNCTION(utf8_encode); PHP_FUNCTION(utf8_decode); PHP_FUNCTION(xml_parse_into_struct); +PHPAPI char *_xml_zval_strdup(zval *val); + #else /* !HAVE_LIBEXPAT */ # define xml_module_ptr NULL |