From dfd0f8824c1ee7c391859f265caa571c8adae7b9 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sun, 5 Dec 1999 14:16:37 +0000 Subject: More maintainer-mode cleanups --- ext/xml/php_xml.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/xml/php_xml.h') 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 -- cgit v1.2.1