From dab1bb005a75e55617ec995d57b48be09764591f Mon Sep 17 00:00:00 2001 From: Sergey Kartashoff Date: Sun, 24 Nov 2002 19:39:47 +0000 Subject: [PATCH] - Header file update for new mnogosearch functions --- ext/mnogosearch/php_mnogo.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.1