]> granicus.if.org Git - php/commitdiff
Fix Warning
authorMarcus Boerger <helly@php.net>
Sun, 18 Jan 2004 15:21:49 +0000 (15:21 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 18 Jan 2004 15:21:49 +0000 (15:21 +0000)
ext/simplexml/simplexml.c

index 3bd3065b3b3438f9c77b0b703aded0433ab75ab7..ef6e18f3f74b5d14bfccbd356e8d5c0cfc103d00 100644 (file)
@@ -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()