diff options
author | Vlad Krupin <vlad@php.net> | 2000-07-26 21:24:17 +0000 |
---|---|---|
committer | Vlad Krupin <vlad@php.net> | 2000-07-26 21:24:17 +0000 |
commit | f1f91467fa2e93d8436936aab12bebc140790618 (patch) | |
tree | 180c607339503378fd2e6f8a81c8df81750fe720 /ext/pspell/php_pspell.h | |
parent | b480b8dace3b308fa4fe722895687bf0da63ed04 (diff) | |
download | php-git-f1f91467fa2e93d8436936aab12bebc140790618.tar.gz |
Removed pspell_mode() and pspell_runtogether()
Diffstat (limited to 'ext/pspell/php_pspell.h')
-rw-r--r-- | ext/pspell/php_pspell.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |