diff options
Diffstat (limited to 'ext/odbc/velocis.c')
-rw-r--r-- | ext/odbc/velocis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/velocis.c b/ext/odbc/velocis.c index 0c5b03eab0..9e0de4dc90 100644 --- a/ext/odbc/velocis.c +++ b/ext/odbc/velocis.c @@ -111,7 +111,7 @@ int php3_rinit_velocis(INIT_FUNC_ARGS) } -void php3_info_velocis(void) +void php3_info_velocis(ZEND_MODULE_INFO_FUNC_ARGS) { php3_printf("RAIMA Velocis Support Active"); } |