summaryrefslogtreecommitdiff
path: root/ext/sablot/php_sablot.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sablot/php_sablot.h')
-rw-r--r--ext/sablot/php_sablot.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/sablot/php_sablot.h b/ext/sablot/php_sablot.h
index fff7ddab6c..e4dabd2c8f 100644
--- a/ext/sablot/php_sablot.h
+++ b/ext/sablot/php_sablot.h
@@ -34,9 +34,11 @@ extern zend_module_entry sablot_module_entry;
/* Module functions */
PHP_MINIT_FUNCTION(sablot);
-PHP_MSHUTDOWN_FUNCTION(sablot);
PHP_MINFO_FUNCTION(sablot);
+/* Request functions */
+PHP_RSHUTDOWN_FUNCTION(sablot);
+
/* Output transformation functions */
PHP_FUNCTION(xslt_output_begintransform);
PHP_FUNCTION(xslt_output_endtransform);