diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-17 21:13:15 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-17 21:13:15 +0000 |
commit | 66f5e500504db274a87d1e8fb41f745e1e484cca (patch) | |
tree | 8faaaac47d26b4126a91cd45e4ad396247680807 /ext/aspell/php_aspell.h | |
parent | 2d0b84ee3021e171007fe2f35043c012580483cf (diff) | |
download | php-git-66f5e500504db274a87d1e8fb41f745e1e484cca.tar.gz |
More cleanup...
Diffstat (limited to 'ext/aspell/php_aspell.h')
-rw-r--r-- | ext/aspell/php_aspell.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/aspell/php_aspell.h b/ext/aspell/php_aspell.h index 787412dddb..cdc0ce4177 100644 --- a/ext/aspell/php_aspell.h +++ b/ext/aspell/php_aspell.h @@ -38,7 +38,6 @@ extern zend_module_entry aspell_module_entry; extern PHP_MINIT_FUNCTION(aspell); extern PHP_MINFO_FUNCTION(aspell); -extern void php3_aspell_close(); PHP_FUNCTION(aspell_new); PHP_FUNCTION(aspell_check); |