diff options
Diffstat (limited to 'ext/odbc/odbc.c')
-rw-r--r-- | ext/odbc/odbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/odbc.c b/ext/odbc/odbc.c index 768af90802..3af8798c55 100644 --- a/ext/odbc/odbc.c +++ b/ext/odbc/odbc.c @@ -287,7 +287,7 @@ int php3_mshutdown_odbc(SHUTDOWN_FUNC_ARGS) } -void php3_info_odbc(void) +void php3_info_odbc(ZEND_MODULE_INFO_FUNC_ARGS) { ODBC_TLS_VARS; |