summaryrefslogtreecommitdiff
path: root/ext/enchant/php_enchant.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-03-09 00:31:17 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-03-09 00:31:17 +0000
commite375ffddb457cd25695c46a720b20f5a8f70ccd7 (patch)
tree855c9e4cf21118a858500c8703699835f7182470 /ext/enchant/php_enchant.h
parentb303ba089ca0255f4ced082e9ca2908d2b3dade4 (diff)
downloadphp-git-e375ffddb457cd25695c46a720b20f5a8f70ccd7.tar.gz
Added enchant_dict_quick_check() function.
Made enchant_dict_check() return a boolean.
Diffstat (limited to 'ext/enchant/php_enchant.h')
-rw-r--r--ext/enchant/php_enchant.h1
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)