diff options
author | Marcus Boerger <helly@php.net> | 2004-01-18 15:21:49 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-01-18 15:21:49 +0000 |
commit | 913f5ce8ec7abcc8129f565799ed875577208acc (patch) | |
tree | 69b32025a917e200b9cd0f2f5a288d5006c0f412 | |
parent | 8f4e9d9e42e415f1794ab0801af8c02386373df7 (diff) | |
download | php-git-913f5ce8ec7abcc8129f565799ed875577208acc.tar.gz |
Fix Warning
-rw-r--r-- | ext/simplexml/simplexml.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index 3bd3065b3b..ef6e18f3f7 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -49,6 +49,7 @@ ZEND_API zend_class_entry *sxe_get_element_class_entry() #define SXE_METHOD(func) PHP_METHOD(simplexml_element, func) +static php_sxe_object* php_sxe_object_new(zend_class_entry *ce TSRMLS_DC); static zend_object_value php_sxe_register_object(php_sxe_object * TSRMLS_DC); /* {{{ _node_as_zval() |