diff options
Diffstat (limited to 'ext/mysql/mysql.c')
-rw-r--r-- | ext/mysql/mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/mysql.c b/ext/mysql/mysql.c index b19215d283..afe05d3b7e 100644 --- a/ext/mysql/mysql.c +++ b/ext/mysql/mysql.c @@ -309,7 +309,7 @@ int php3_rinit_mysql(INIT_FUNC_ARGS) } -void php3_info_mysql(void) +void php3_info_mysql(ZEND_MODULE_INFO_FUNC_ARGS) { char maxp[16],maxl[16]; MySLS_FETCH(); |