summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2002-04-30 05:18:12 +0000
committerUwe Steinmann <steinm@php.net>2002-04-30 05:18:12 +0000
commit3858221c2ff90cecd96b7e379b2157bbf1b9ede4 (patch)
tree9426076942b4becb5bb652545cae267d1c66f4e9 /ext/domxml/php_domxml.h
parenteeb4fd9b450444d3880f22ef1d7b0c5090161bd3 (diff)
downloadphp-git-3858221c2ff90cecd96b7e379b2157bbf1b9ede4.tar.gz
- added function domxml_parser_set_keep_blanks()
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 dda0c81e59..9e0fc170f2 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -167,6 +167,7 @@ PHP_FUNCTION(domxml_pi_data);
PHP_FUNCTION(domxml_parser);
PHP_FUNCTION(domxml_parser_add_chunk);
PHP_FUNCTION(domxml_parser_end);
+PHP_FUNCTION(domxml_parser_set_keep_blanks);
/* Class XPathContext methods */
#if defined(LIBXML_XPATH_ENABLED)