1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 01:23:53 +02:00

explicit declaration here too - sigh, way too early in the morning

This commit is contained in:
Zeev Suraski
2000-11-02 10:28:17 +00:00
parent 94042d6848
commit 4462bc2e2d

View File

@@ -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);
}