diff options
author | Christian Stocker <chregu@php.net> | 2003-11-29 13:00:54 +0000 |
---|---|---|
committer | Christian Stocker <chregu@php.net> | 2003-11-29 13:00:54 +0000 |
commit | 2ff82ae2ed3e0132345043b978191b14520c734b (patch) | |
tree | 91fbb665263b2b30a9e94262a69db1345ce2cd0e /ext/dom/php_dom.h | |
parent | af3f48b7e10345cd6708874dd4fd9b25eaf94828 (diff) | |
download | php-git-2ff82ae2ed3e0132345043b978191b14520c734b.tar.gz |
move some definitions to xml_common.h
Diffstat (limited to 'ext/dom/php_dom.h')
-rw-r--r-- | ext/dom/php_dom.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/dom/php_dom.h b/ext/dom/php_dom.h index 1356fccee5..6c400d1754 100644 --- a/ext/dom/php_dom.h +++ b/ext/dom/php_dom.h @@ -66,7 +66,6 @@ extern zend_module_entry dom_module_entry; #include "dom_fe.h" dom_object *dom_object_get_data(xmlNodePtr obj); -xmlNodePtr dom_object_get_node(dom_object *obj); dom_doc_propsptr dom_get_doc_props(php_libxml_ref_obj *document); zend_object_value dom_objects_new(zend_class_entry *class_type TSRMLS_DC); #if defined(LIBXML_XPATH_ENABLED) |