diff options
author | Antony Dovgal <tony2001@php.net> | 2006-08-30 22:53:51 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-08-30 22:53:51 +0000 |
commit | de3d3ced29a6c02f77fc5e7a43e721614dcaef1a (patch) | |
tree | 88a1582368a32b0a9dc3cd226e8c2bcf14f5e665 /ext/tidy | |
parent | 434d5e9be40c8147137070f6d1eeb5a3fee73517 (diff) | |
download | php-git-de3d3ced29a6c02f77fc5e7a43e721614dcaef1a.tar.gz |
no such function
Diffstat (limited to 'ext/tidy')
-rw-r--r-- | ext/tidy/tidy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/tidy/tidy.c b/ext/tidy/tidy.c index ba357c3c4b..8f3e2e1451 100644 --- a/ext/tidy/tidy.c +++ b/ext/tidy/tidy.c @@ -253,7 +253,6 @@ static PHP_FUNCTION(tidy_diagnose); static PHP_FUNCTION(tidy_get_output); static PHP_FUNCTION(tidy_get_error_buffer); static PHP_FUNCTION(tidy_get_release); -static PHP_FUNCTION(tidy_reset_config); static PHP_FUNCTION(tidy_get_config); static PHP_FUNCTION(tidy_get_status); static PHP_FUNCTION(tidy_get_html_ver); |