Fix Warning

This commit is contained in:
Marcus Boerger 2004-01-18 15:21:49 +00:00
parent 8f4e9d9e42
commit 913f5ce8ec

View 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()