summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2002-06-14 12:20:13 +0000
committerChristian Stocker <chregu@php.net>2002-06-14 12:20:13 +0000
commitf185f06f27dd34cb52e90d1f11f7ba70aabfafc6 (patch)
tree714e3b58de0cf397b14e85bee353573fee52e756 /ext/domxml/php_domxml.h
parent7edd730be5add25494b89f6ed3babcbc8b6f6949 (diff)
downloadphp-git-f185f06f27dd34cb52e90d1f11f7ba70aabfafc6.tar.gz
- oops, that didn't even compile
- added domxml_parser_reference(reference)
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 81cd85c865..de15d5bbd1 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -189,6 +189,7 @@ PHP_FUNCTION(domxml_parser_set_keep_blanks);
PHP_FUNCTION(domxml_parser_start_element);
PHP_FUNCTION(domxml_parser_end_element);
PHP_FUNCTION(domxml_parser_characters);
+PHP_FUNCTION(domxml_parser_reference);
PHP_FUNCTION(domxml_parser_comment);
PHP_FUNCTION(domxml_parser_cdata_block);
PHP_FUNCTION(domxml_parser_start_document);