summaryrefslogtreecommitdiff
path: root/ext/msql/msql.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/msql/msql.c')
-rw-r--r--ext/msql/msql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/msql/msql.c b/ext/msql/msql.c
index acf687174b..074c7d0da3 100644
--- a/ext/msql/msql.c
+++ b/ext/msql/msql.c
@@ -275,7 +275,7 @@ DLEXPORT int php3_rinit_msql(INIT_FUNC_ARGS)
return SUCCESS;
}
-DLEXPORT void php3_info_msql(void)
+DLEXPORT void php3_info_msql(ZEND_MODULE_INFO_FUNC_ARGS)
{
char maxp[16],maxl[16];
MSQL_TLS_VARS;