- We don't need those
authorMarcus Boerger <helly@php.net>
Mon, 31 Oct 2005 19:47:00 +0000 (19:47 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 31 Oct 2005 19:47:00 +0000 (19:47 +0000)
ext/simplexml/php_simplexml_exports.h

index db97da074e1c3c9993986f42ab091f35e12b15a3..9f95498c55463358ac8a91ffb59c8c6d1f95b25c 100755 (executable)
@@ -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;