diff options
Diffstat (limited to 'ext/sybase/php3_sybase.h')
-rw-r--r-- | ext/sybase/php3_sybase.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |