diff options
Diffstat (limited to 'ext/informix/php_informix.h')
-rw-r--r-- | ext/informix/php_informix.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/informix/php_informix.h b/ext/informix/php_informix.h index 264e362623..1f55eeb22e 100644 --- a/ext/informix/php_informix.h +++ b/ext/informix/php_informix.h @@ -65,10 +65,10 @@ extern php3_module_entry ifx_module_entry; #include "sqltypes.h" /* user functions */ -extern int php3_minit_ifx(INIT_FUNC_ARGS); -extern int php3_rinit_ifx(INIT_FUNC_ARGS); -extern int php3_mshutdown_ifx(SHUTDOWN_FUNC_ARGS); -void php3_info_ifx(ZEND_MODULE_INFO_FUNC_ARGS); +PHP_MINIT_FUNCTION(ifx); +PHP_RINIT_FUNCTION(ifx); +PHP_MSHUTDOWN_FUNCTION(ifx); +PHP_MINFO_FUNCTION(ifx); /* functions common to all Informix versions */ PHP_FUNCTION(ifx_connect); PHP_FUNCTION(ifx_pconnect); |