diff options
Diffstat (limited to 'ext/pspell/php_pspell.h')
| -rw-r--r-- | ext/pspell/php_pspell.h | 2 |
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 |
