diff options
Diffstat (limited to 'ext/odbc/php3_velocis.h')
-rw-r--r-- | ext/odbc/php3_velocis.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/odbc/php3_velocis.h b/ext/odbc/php3_velocis.h index 19d9f4070a..dd114ceec6 100644 --- a/ext/odbc/php3_velocis.h +++ b/ext/odbc/php3_velocis.h @@ -76,8 +76,8 @@ extern php3_module_entry velocis_module_entry; /* velocis.c functions */ extern int php3_minit_velocis(INIT_FUNC_ARGS); extern int php3_rinit_velocis(INIT_FUNC_ARGS); -extern void php3_info_velocis(void); -extern int php3_shutdown_velocis(void); +extern void php3_info_velocis(ZEND_MODULE_INFO_FUNC_ARGS); +extern int php3_shutdown_velocis(SHUTDOWN_FUNC_ARGS); extern void php3_velocis_connect(INTERNAL_FUNCTION_PARAMETERS); extern void php3_velocis_close(INTERNAL_FUNCTION_PARAMETERS); extern void php3_velocis_exec(INTERNAL_FUNCTION_PARAMETERS); |