summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2000-02-09 20:06:23 +0000
committerUwe Steinmann <steinm@php.net>2000-02-09 20:06:23 +0000
commite548a31510025eaa0e51312d0a6f720cd4c295cd (patch)
tree6d59c22875aef6b175458dca87e03f49981c6022 /ext/domxml/php_domxml.h
parentab465c585798b64c3dd5b497159c1dbbeb6c49ae (diff)
downloadphp-git-e548a31510025eaa0e51312d0a6f720cd4c295cd.tar.gz
- removed stupid leftover in testdom
- added more functions to domxml
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h
index 1c3f6e759f..bee87423a3 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -45,6 +45,7 @@ extern PHP_MINIT_FUNCTION(domxml);
extern PHP_MINFO_FUNCTION(domxml);
PHP_FUNCTION(getdom);
PHP_FUNCTION(getdomfile);
+PHP_FUNCTION(xmltree);
PHP_FUNCTION(domxml_newxmldoc);
/* Class Document methods */