summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2002-08-23 15:26:19 +0000
committerChristian Stocker <chregu@php.net>2002-08-23 15:26:19 +0000
commit064fb5c3cbdb6a575d189f200dbb95a12a728075 (patch)
tree255ec4d77c82ec9b025fcb1526346172301e567f /ext/domxml/php_domxml.h
parent9278d9bf1afbecdbc84fafcc402b377de235bbb8 (diff)
downloadphp-git-064fb5c3cbdb6a575d189f200dbb95a12a728075.tar.gz
renamed xslt_dump_* to xslt_result_dump_* to avoid confusion
# will adjust NEWS file later
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h
index be6a8ca5a5..aeca8c11cd 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -229,8 +229,8 @@ PHP_FUNCTION(domxml_xslt_stylesheet);
PHP_FUNCTION(domxml_xslt_stylesheet_doc);
PHP_FUNCTION(domxml_xslt_stylesheet_file);
PHP_FUNCTION(domxml_xslt_process);
-PHP_FUNCTION(domxml_xslt_dump_mem);
-PHP_FUNCTION(domxml_xslt_dump_file);
+PHP_FUNCTION(domxml_xslt_result_dump_mem);
+PHP_FUNCTION(domxml_xslt_result_dump_file);
PHP_FUNCTION(domxml_xslt_version);
#endif
typedef struct {