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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user