diff options
Diffstat (limited to 'ext/enchant/php_enchant.h')
-rw-r--r-- | ext/enchant/php_enchant.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/enchant/php_enchant.h b/ext/enchant/php_enchant.h index 54ae7910d3..e0d98730ca 100644 --- a/ext/enchant/php_enchant.h +++ b/ext/enchant/php_enchant.h @@ -59,6 +59,7 @@ PHP_FUNCTION(enchant_dict_is_in_session); PHP_FUNCTION(enchant_dict_store_replacement); PHP_FUNCTION(enchant_dict_get_error); PHP_FUNCTION(enchant_dict_describe); +PHP_FUNCTION(enchant_dict_quick_check); #ifdef ZTS #define ENCHANT_G(v) TSRMG(enchant_globals_id, zend_enchant_globals *, v) |