diff options
Diffstat (limited to 'ext/dom/xml_common.h')
| -rw-r--r-- | ext/dom/xml_common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/dom/xml_common.h b/ext/dom/xml_common.h index a8990bc33a..a968879477 100644 --- a/ext/dom/xml_common.h +++ b/ext/dom/xml_common.h @@ -56,9 +56,8 @@ typedef struct _dom_object { #define PHP_DOM_EXPORT(__type) PHPAPI __type +PHP_DOM_EXPORT(dom_object *) php_dom_object_get_data(xmlNodePtr obj); PHP_DOM_EXPORT(zval *) php_dom_create_object(xmlNodePtr obj, int *found, zval *in, zval* return_value, dom_object *domobj TSRMLS_DC); -PHP_DOM_EXPORT(zval *) dom_read_property(zval *object, zval *member, zend_bool silent TSRMLS_DC); -PHP_DOM_EXPORT(void) dom_write_property(zval *object, zval *member, zval *value TSRMLS_DC); #define DOM_XMLNS_NAMESPACE \ (const xmlChar *) "http://www.w3.org/2000/xmlns/" |
