diff options
author | Uwe Steinmann <steinm@php.net> | 2002-04-12 11:47:48 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2002-04-12 11:47:48 +0000 |
commit | 53de1218fd7f632f121eda8a17e6efd57d31905c (patch) | |
tree | cb0dfd7f306f9b834c348080915620503d45f60c /ext/domxml/php_domxml.h | |
parent | 9b0564beb5f93edc67477fc20228852c3df6e8ea (diff) | |
download | php-git-53de1218fd7f632f121eda8a17e6efd57d31905c.tar.gz |
- fixed stupid compile error
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r-- | ext/domxml/php_domxml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index fb73fa1851..56e8d8aca4 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -61,7 +61,7 @@ PHP_FUNCTION(xmldocfile); PHP_FUNCTION(html_doc); PHP_FUNCTION(html_doc_file); #endif -PHP_FUNCTION(xmltree); +PHP_FUNCTION(domxml_xmltree); PHP_FUNCTION(domxml_new_xmldoc); PHP_FUNCTION(domxml_substitute_entities_default); |