summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorJaroslaw Kolakowski <jarkol@php.net>2002-01-21 23:21:32 +0000
committerJaroslaw Kolakowski <jarkol@php.net>2002-01-21 23:21:32 +0000
commitb7f0e6bd1ceaa09b9c837a17be3811ac5297621f (patch)
tree1459f3a500545ee1f9a32fed88aebd7f85499344 /ext/domxml/php_domxml.h
parent5f153ca92912e2565b410f5e285a66fe2cfeeade (diff)
downloadphp-git-b7f0e6bd1ceaa09b9c837a17be3811ac5297621f.tar.gz
Added domxml_substitute_entities_default() function
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 a14f0a8fd1..b7f118f87e 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -63,6 +63,7 @@ PHP_FUNCTION(html_doc_file);
#endif
PHP_FUNCTION(xmltree);
PHP_FUNCTION(domxml_new_xmldoc);
+PHP_FUNCTION(domxml_substitute_entities_default);
/* Class Document methods */
PHP_FUNCTION(domxml_doc_doctype);