]> granicus.if.org Git - php/commitdiff
Removed pspell_mode() and pspell_runtogether()
authorVlad Krupin <vlad@php.net>
Wed, 26 Jul 2000 21:24:17 +0000 (21:24 +0000)
committerVlad Krupin <vlad@php.net>
Wed, 26 Jul 2000 21:24:17 +0000 (21:24 +0000)
ext/pspell/php_pspell.h

index b411eda0bc6265b6a03242d4b7e4908bfb7c6b64..21f931b827bdb56a073e86d9253cc6fca935938c 100644 (file)
@@ -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);