From 4462bc2e2d3cfdf48e234e4d2c39883aa606c38c Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 2 Nov 2000 10:28:17 +0000 Subject: [PATCH] explicit declaration here too - sigh, way too early in the morning --- Zend/zend_ini.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_ini.c b/Zend/zend_ini.c index c72d0795f04..eab625efde8 100644 --- a/Zend/zend_ini.c +++ b/Zend/zend_ini.c @@ -375,7 +375,7 @@ ZEND_INI_DISP(display_link_numbers) } -ZEND_API zend_ini_apply_with_argument(apply_func_arg_t apply_func, void *arg) +ZEND_API void zend_ini_apply_with_argument(apply_func_arg_t apply_func, void *arg) { zend_hash_apply_with_argument(&known_directives, apply_func, arg); }