mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix warning of strict-prototypes
Closes GH-5673.
This commit is contained in:
parent
68fdad82c9
commit
1b85e749c7
19 changed files with 26 additions and 26 deletions
|
@ -125,7 +125,7 @@ mysqlnd_plugin_subsystem_end(void)
|
|||
|
||||
|
||||
/* {{{ mysqlnd_plugin_register */
|
||||
PHPAPI unsigned int mysqlnd_plugin_register()
|
||||
PHPAPI unsigned int mysqlnd_plugin_register(void)
|
||||
{
|
||||
return mysqlnd_plugin_register_ex(NULL);
|
||||
}
|
||||
|
@ -181,7 +181,7 @@ PHPAPI void mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void
|
|||
|
||||
|
||||
/* {{{ mysqlnd_plugin_count */
|
||||
PHPAPI unsigned int mysqlnd_plugin_count()
|
||||
PHPAPI unsigned int mysqlnd_plugin_count(void)
|
||||
{
|
||||
return mysqlnd_plugins_counter;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue