diff options
author | Danny Heijl <danny@php.net> | 1999-07-27 11:29:36 +0000 |
---|---|---|
committer | Danny Heijl <danny@php.net> | 1999-07-27 11:29:36 +0000 |
commit | 3bea592273fa92c1019d7710a31365be1905ff6b (patch) | |
tree | ae58a41f5dc1a0967cef4a30fa2d8df673e69675 /ext/informix/php_informix.h | |
parent | 9d0d2e5a69b8f1c2b53f715b2af1e115f0d244a1 (diff) | |
download | php-git-3bea592273fa92c1019d7710a31365be1905ff6b.tar.gz |
>... If you can, please update your module to use these macros.
I could, so I did.
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); |