summaryrefslogtreecommitdiff
path: root/ext/sablot/php_sablot.h
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2001-01-16 12:02:47 +0000
committerSterling Hughes <sterling@php.net>2001-01-16 12:02:47 +0000
commitfa0727e794515e8bd1311277fb32e68cce71ea03 (patch)
treed735ca5eff9585a37d5f3c1cae1c27fb9f478fd8 /ext/sablot/php_sablot.h
parent12537e97876def42c263711f4c6450970dc3cf36 (diff)
downloadphp-git-fa0727e794515e8bd1311277fb32e68cce71ea03.tar.gz
@ Added the xslt_set_base function. (Sterling)
Added the SABLOT_SET_ERROR() macro to set sablotron errors...
Diffstat (limited to 'ext/sablot/php_sablot.h')
-rw-r--r--ext/sablot/php_sablot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sablot/php_sablot.h b/ext/sablot/php_sablot.h
index 6e1d1f3007..cd9f00f4da 100644
--- a/ext/sablot/php_sablot.h
+++ b/ext/sablot/php_sablot.h
@@ -56,6 +56,7 @@ PHP_FUNCTION(xslt_set_error_handler);
#ifdef HAVE_SABLOT_SET_ENCODING
PHP_FUNCTION(xslt_set_encoding);
#endif
+PHP_FUNCTION(xslt_set_base);
PHP_FUNCTION(xslt_fetch_result);
PHP_FUNCTION(xslt_free);