helly           Mon Oct 31 14:47:00 2005 EDT

  Modified files:              
    /php-src/ext/simplexml      php_simplexml_exports.h 
  Log:
  - We don't need those
  
http://cvs.php.net/diff.php/php-src/ext/simplexml/php_simplexml_exports.h?r1=1.4&r2=1.5&ty=u
Index: php-src/ext/simplexml/php_simplexml_exports.h
diff -u php-src/ext/simplexml/php_simplexml_exports.h:1.4 
php-src/ext/simplexml/php_simplexml_exports.h:1.5
--- php-src/ext/simplexml/php_simplexml_exports.h:1.4   Mon Oct  3 12:04:50 2005
+++ php-src/ext/simplexml/php_simplexml_exports.h       Mon Oct 31 14:47:00 2005
@@ -18,7 +18,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_simplexml_exports.h,v 1.4 2005/10/03 16:04:50 helly Exp $ */
+/* $Id: php_simplexml_exports.h,v 1.5 2005/10/31 19:47:00 helly Exp $ */
 
 #ifndef PHP_SIMPLEXML_EXPORTS_H
 #define PHP_SIMPLEXML_EXPORTS_H
@@ -49,9 +49,6 @@
 }
 /* }}} */
 
-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;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to