diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2005-02-08 05:29:48 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2005-02-08 05:29:48 +0000 |
commit | 82a60c65381a157a7b05a3a5843a15c42f667dc4 (patch) | |
tree | 2ba50dbd6f5404e541a1f7828c84a03987f4a0b1 /ext/tidy/php_tidy.h | |
parent | 870c5434fec61da2c6cfed9e290bc0b1fc3eea5b (diff) | |
download | php-git-82a60c65381a157a7b05a3a5843a15c42f667dc4.tar.gz |
MFH and eliminate whitespace differences between HEAD and the branch to
make maintenance easier
Diffstat (limited to 'ext/tidy/php_tidy.h')
-rw-r--r-- | ext/tidy/php_tidy.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/tidy/php_tidy.h b/ext/tidy/php_tidy.h index c6db213256..7ca065936d 100644 --- a/ext/tidy/php_tidy.h +++ b/ext/tidy/php_tidy.h @@ -40,9 +40,7 @@ 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_RSHUTDOWN_FUNCTION(tidy); PHP_MINFO_FUNCTION(tidy); PHP_FUNCTION(tidy_getopt); |