projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
372d59b
)
- We don't need those
author
Marcus Boerger
<helly@php.net>
Mon, 31 Oct 2005 19:47:00 +0000
(19:47 +0000)
committer
Marcus Boerger
<helly@php.net>
Mon, 31 Oct 2005 19:47:00 +0000
(19:47 +0000)
ext/simplexml/php_simplexml_exports.h
patch
|
blob
|
history
diff --git
a/ext/simplexml/php_simplexml_exports.h
b/ext/simplexml/php_simplexml_exports.h
index db97da074e1c3c9993986f42ab091f35e12b15a3..9f95498c55463358ac8a91ffb59c8c6d1f95b25c 100755
(executable)
--- 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;