summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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