diff options
Diffstat (limited to 'ext/sybase')
-rw-r--r-- | ext/sybase/php3_sybase-ct.h | 2 | ||||
-rw-r--r-- | ext/sybase/php3_sybase.h | 2 | ||||
-rw-r--r-- | ext/sybase/sybase-ct.c | 2 | ||||
-rw-r--r-- | ext/sybase/sybase.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/sybase/php3_sybase-ct.h b/ext/sybase/php3_sybase-ct.h index 1ce0a30f0c..c8e89a6213 100644 --- a/ext/sybase/php3_sybase-ct.h +++ b/ext/sybase/php3_sybase-ct.h @@ -49,7 +49,7 @@ extern int php3_minit_sybct(INIT_FUNC_ARGS); extern int php3_rinit_sybct(INIT_FUNC_ARGS); extern int php3_mshutdown_sybct(SHUTDOWN_FUNC_ARGS); extern int php3_rshutdown_sybct(SHUTDOWN_FUNC_ARGS); -extern void php3_info_sybct(void); +extern void php3_info_sybct(ZEND_MODULE_INFO_FUNC_ARGS); extern void php3_sybct_connect(INTERNAL_FUNCTION_PARAMETERS); extern void php3_sybct_pconnect(INTERNAL_FUNCTION_PARAMETERS); extern void php3_sybct_close(INTERNAL_FUNCTION_PARAMETERS); diff --git a/ext/sybase/php3_sybase.h b/ext/sybase/php3_sybase.h index dbfcdd767a..3b1a5e18a1 100644 --- a/ext/sybase/php3_sybase.h +++ b/ext/sybase/php3_sybase.h @@ -47,7 +47,7 @@ extern int php3_minit_sybase(INIT_FUNC_ARGS); extern int php3_rinit_sybase(INIT_FUNC_ARGS); extern int php3_mshutdown_sybase(SHUTDOWN_FUNC_ARGS); extern int php3_rshutdown_sybase(SHUTDOWN_FUNC_ARGS); -extern void php3_info_sybase(void); +extern void php3_info_sybase(ZEND_MODULE_INFO_FUNC_ARGS); extern void php3_sybase_connect(INTERNAL_FUNCTION_PARAMETERS); extern void php3_sybase_pconnect(INTERNAL_FUNCTION_PARAMETERS); extern void php3_sybase_close(INTERNAL_FUNCTION_PARAMETERS); diff --git a/ext/sybase/sybase-ct.c b/ext/sybase/sybase-ct.c index 7f45658d6b..58ba286bad 100644 --- a/ext/sybase/sybase-ct.c +++ b/ext/sybase/sybase-ct.c @@ -1596,7 +1596,7 @@ void php3_sybct_affected_rows(INTERNAL_FUNCTION_PARAMETERS) } -void php3_info_sybct(void) +void php3_info_sybct(ZEND_MODULE_INFO_FUNC_ARGS) { char maxp[16],maxl[16]; diff --git a/ext/sybase/sybase.c b/ext/sybase/sybase.c index df17867142..94a8c9ccd1 100644 --- a/ext/sybase/sybase.c +++ b/ext/sybase/sybase.c @@ -1186,7 +1186,7 @@ void php3_sybase_result(INTERNAL_FUNCTION_PARAMETERS) } -void php3_info_sybase(void) +void php3_info_sybase(ZEND_MODULE_INFO_FUNC_ARGS) { char maxp[16],maxl[16]; |