diff options
author | Sergey Kartashoff <gluke@php.net> | 2002-11-24 19:39:47 +0000 |
---|---|---|
committer | Sergey Kartashoff <gluke@php.net> | 2002-11-24 19:39:47 +0000 |
commit | dab1bb005a75e55617ec995d57b48be09764591f (patch) | |
tree | 29d09cb5c4100f024ef0e5573d67217ff9d68dfb /ext/mnogosearch | |
parent | 319f286562a92bd2b4b29a4137358e5eb72df162 (diff) | |
download | php-git-dab1bb005a75e55617ec995d57b48be09764591f.tar.gz |
- Header file update for new mnogosearch functions
Diffstat (limited to 'ext/mnogosearch')
-rw-r--r-- | ext/mnogosearch/php_mnogo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mnogosearch/php_mnogo.h b/ext/mnogosearch/php_mnogo.h index 10116682a8..d3f896407f 100644 --- a/ext/mnogosearch/php_mnogo.h +++ b/ext/mnogosearch/php_mnogo.h @@ -68,6 +68,8 @@ DLEXPORT PHP_FUNCTION(udm_crc32); #if UDM_VERSION_ID >= 30204 DLEXPORT PHP_FUNCTION(udm_parse_query_string); DLEXPORT PHP_FUNCTION(udm_make_excerpt); +DLEXPORT PHP_FUNCTION(udm_set_agent_param_ex); +DLEXPORT PHP_FUNCTION(udm_get_res_field_ex); #endif #endif |