gluke Sun Nov 24 14:39:47 2002 EDT Modified files: /php4/ext/mnogosearch php_mnogo.h Log: - Header file update for new mnogosearch functions Index: php4/ext/mnogosearch/php_mnogo.h diff -u php4/ext/mnogosearch/php_mnogo.h:1.19 php4/ext/mnogosearch/php_mnogo.h:1.20 --- php4/ext/mnogosearch/php_mnogo.h:1.19 Sat Aug 3 04:53:26 2002 +++ php4/ext/mnogosearch/php_mnogo.h Sun Nov 24 14:39:46 2002 @@ -1,5 +1,5 @@ /* $Source: /usr/repository/php4/ext/mnogosearch/php_mnogo.h,v $ */ -/* $Id: php_mnogo.h,v 1.19 2002/08/03 08:53:26 gluke Exp $ */ +/* $Id: php_mnogo.h,v 1.20 2002/11/24 19:39:46 gluke Exp $ */ /* +----------------------------------------------------------------------+ @@ -68,6 +68,8 @@ #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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php