summaryrefslogtreecommitdiff
path: root/ext/pspell/php_pspell.h
diff options
context:
space:
mode:
authorVlad Krupin <vlad@php.net>2000-07-25 22:09:52 +0000
committerVlad Krupin <vlad@php.net>2000-07-25 22:09:52 +0000
commitb3305dab642684fee25ae04860e2650e13ecb1c1 (patch)
treed33261129add5e26d9f6f72b51b5c926ebf0fb96 /ext/pspell/php_pspell.h
parent29ab69a767ebd236d6f7c06c8eee3955141f8744 (diff)
downloadphp-git-b3305dab642684fee25ae04860e2650e13ecb1c1.tar.gz
added several functions for manipulating wordlists:
pspell_store_replacement() pspell_add_to_personal() pspell_add_to_session() pspell_clear_session()
Diffstat (limited to 'ext/pspell/php_pspell.h')
-rw-r--r--ext/pspell/php_pspell.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/pspell/php_pspell.h b/ext/pspell/php_pspell.h
index 7f2ef9232b..b411eda0bc 100644
--- a/ext/pspell/php_pspell.h
+++ b/ext/pspell/php_pspell.h
@@ -31,6 +31,10 @@ PHP_FUNCTION(pspell_mode);
PHP_FUNCTION(pspell_runtogether);
PHP_FUNCTION(pspell_check);
PHP_FUNCTION(pspell_suggest);
+PHP_FUNCTION(pspell_store_replacement);
+PHP_FUNCTION(pspell_add_to_personal);
+PHP_FUNCTION(pspell_add_to_session);
+PHP_FUNCTION(pspell_clear_session);
#else
#define pspell_module_ptr NULL
#endif