diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2005-02-08 05:25:48 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2005-02-08 05:25:48 +0000 |
commit | bf7cb1179aaea1adaeddf637deceed3fc79e8932 (patch) | |
tree | c28ad7121cf15bece640b96bcfae10891b2ebafa /ext/tidy/php_tidy.h | |
parent | d8ad6ff49b1a8cb2079bdc27fb8520f65bf8f079 (diff) | |
download | php-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.h | 1 |
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); |