summaryrefslogtreecommitdiff
path: root/ext/tidy/php_tidy.h
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2005-02-08 05:25:48 +0000
committerRasmus Lerdorf <rasmus@php.net>2005-02-08 05:25:48 +0000
commitbf7cb1179aaea1adaeddf637deceed3fc79e8932 (patch)
treec28ad7121cf15bece640b96bcfae10891b2ebafa /ext/tidy/php_tidy.h
parentd8ad6ff49b1a8cb2079bdc27fb8520f65bf8f079 (diff)
downloadphp-git-bf7cb1179aaea1adaeddf637deceed3fc79e8932.tar.gz
Don't need MSHUTDOWN either here
Diffstat (limited to 'ext/tidy/php_tidy.h')
-rw-r--r--ext/tidy/php_tidy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/tidy/php_tidy.h b/ext/tidy/php_tidy.h
index 234bb13fdd..7ca065936d 100644
--- a/ext/tidy/php_tidy.h
+++ b/ext/tidy/php_tidy.h
@@ -40,7 +40,6 @@ extern zend_module_entry tidy_module_entry;
#define TIDY_ATTR_ME(name, param) TIDY_METHOD_MAP(name, tam_ ##name, param)
PHP_MINIT_FUNCTION(tidy);
-PHP_MSHUTDOWN_FUNCTION(tidy);
PHP_RINIT_FUNCTION(tidy);
PHP_MINFO_FUNCTION(tidy);