diff options
author | Sergey Kartashoff <gluke@php.net> | 2001-02-05 15:15:09 +0000 |
---|---|---|
committer | Sergey Kartashoff <gluke@php.net> | 2001-02-05 15:15:09 +0000 |
commit | fb057e7ea9165ead016242f849a23d98a29ff1f7 (patch) | |
tree | 82edf8179f49798919b4f97c15e5808622a58b1a /ext/mnogosearch/php_mnogo.h | |
parent | f182245c530301e3d4e4789dd4ef5a8732f3cb57 (diff) | |
download | php-git-fb057e7ea9165ead016242f849a23d98a29ff1f7.tar.gz |
Added new Udm_Clear_Search_Limits mnogosearch extension function.
@- Added Udm_Clear_Search_Limits mnoGoSearch extension function.
Diffstat (limited to 'ext/mnogosearch/php_mnogo.h')
-rw-r--r-- | ext/mnogosearch/php_mnogo.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ext/mnogosearch/php_mnogo.h b/ext/mnogosearch/php_mnogo.h index 4603d8fc27..ac323358c1 100644 --- a/ext/mnogosearch/php_mnogo.h +++ b/ext/mnogosearch/php_mnogo.h @@ -48,17 +48,20 @@ DLEXPORT PHP_MINFO_FUNCTION(mnogosearch); DLEXPORT PHP_FUNCTION(udm_alloc_agent); DLEXPORT PHP_FUNCTION(udm_set_agent_param); + DLEXPORT PHP_FUNCTION(udm_add_search_limit); -DLEXPORT PHP_FUNCTION(udm_free_agent); +DLEXPORT PHP_FUNCTION(udm_clear_search_limits); DLEXPORT PHP_FUNCTION(udm_error); DLEXPORT PHP_FUNCTION(udm_errno); DLEXPORT PHP_FUNCTION(udm_find); -DLEXPORT PHP_FUNCTION(udm_free_res); DLEXPORT PHP_FUNCTION(udm_get_res_field); DLEXPORT PHP_FUNCTION(udm_get_res_param); +DLEXPORT PHP_FUNCTION(udm_free_res); +DLEXPORT PHP_FUNCTION(udm_free_agent); + #else #define mnogosearch_module_ptr NULL |