From 3bea592273fa92c1019d7710a31365be1905ff6b Mon Sep 17 00:00:00 2001 From: Danny Heijl Date: Tue, 27 Jul 1999 11:29:36 +0000 Subject: >... If you can, please update your module to use these macros. I could, so I did. --- ext/informix/php_informix.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ext/informix/php_informix.h') 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); -- cgit v1.2.1