From: Vlad Krupin Date: Wed, 26 Jul 2000 21:24:17 +0000 (+0000) Subject: Removed pspell_mode() and pspell_runtogether() X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1f91467fa2e93d8436936aab12bebc140790618;p=php Removed pspell_mode() and pspell_runtogether() --- diff --git a/ext/pspell/php_pspell.h b/ext/pspell/php_pspell.h index b411eda0bc..21f931b827 100644 --- a/ext/pspell/php_pspell.h +++ b/ext/pspell/php_pspell.h @@ -27,8 +27,6 @@ extern zend_module_entry pspell_module_entry; PHP_MINIT_FUNCTION(pspell); PHP_MINFO_FUNCTION(pspell); PHP_FUNCTION(pspell_new); -PHP_FUNCTION(pspell_mode); -PHP_FUNCTION(pspell_runtogether); PHP_FUNCTION(pspell_check); PHP_FUNCTION(pspell_suggest); PHP_FUNCTION(pspell_store_replacement);