From: Marcus Boerger Date: Mon, 31 Oct 2005 19:47:00 +0000 (+0000) Subject: - We don't need those X-Git-Tag: RELEASE_2_0_1~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b7db10076be0992769f13d8bd2439d9f1bc30d2;p=php - We don't need those --- diff --git a/ext/simplexml/php_simplexml_exports.h b/ext/simplexml/php_simplexml_exports.h index db97da074e..9f95498c55 100755 --- a/ext/simplexml/php_simplexml_exports.h +++ b/ext/simplexml/php_simplexml_exports.h @@ -49,9 +49,6 @@ php_sxe_fetch_object(zval *object TSRMLS_DC) } /* }}} */ -ZEND_API void php_sxe_reset_iterator(php_sxe_object *sxe TSRMLS_DC); -ZEND_API void php_sxe_move_forward_iterator(php_sxe_object *sxe TSRMLS_DC); - typedef struct { zend_object_iterator intern; php_sxe_object *sxe;