summaryrefslogtreecommitdiff
path: root/ext/pspell/php_pspell.h
diff options
context:
space:
mode:
authorBrian France <bfrance@php.net>2004-02-11 18:50:16 +0000
committerBrian France <bfrance@php.net>2004-02-11 18:50:16 +0000
commite6ae5c331894ce19114f8783520b2060d6f96984 (patch)
treed60583b75fde7b6b48bdf37ac03f6ec74ab20f19 /ext/pspell/php_pspell.h
parent8b97d9d7f19d410872cad0971b0fddfaad2dfa74 (diff)
downloadphp-git-e6ae5c331894ce19114f8783520b2060d6f96984.tar.gz
Added two new functions to set the dict-dir and data-dir options.
Diffstat (limited to 'ext/pspell/php_pspell.h')
-rw-r--r--ext/pspell/php_pspell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pspell/php_pspell.h b/ext/pspell/php_pspell.h
index 519a9f70ec..2111fdecc1 100644
--- a/ext/pspell/php_pspell.h
+++ b/ext/pspell/php_pspell.h
@@ -41,6 +41,8 @@ PHP_FUNCTION(pspell_config_runtogether);
PHP_FUNCTION(pspell_config_mode);
PHP_FUNCTION(pspell_config_ignore);
PHP_FUNCTION(pspell_config_personal);
+PHP_FUNCTION(pspell_config_dict_dir);
+PHP_FUNCTION(pspell_config_data_dir);
PHP_FUNCTION(pspell_config_repl);
PHP_FUNCTION(pspell_config_save_repl);
#else