summaryrefslogtreecommitdiff
path: root/ext/pspell/php_pspell.h
diff options
context:
space:
mode:
authorVlad Krupin <vlad@php.net>2000-07-26 21:24:17 +0000
committerVlad Krupin <vlad@php.net>2000-07-26 21:24:17 +0000
commitf1f91467fa2e93d8436936aab12bebc140790618 (patch)
tree180c607339503378fd2e6f8a81c8df81750fe720 /ext/pspell/php_pspell.h
parentb480b8dace3b308fa4fe722895687bf0da63ed04 (diff)
downloadphp-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.h2
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);