diff options
Diffstat (limited to 'ext/interbase/php3_interbase.h')
-rw-r--r-- | ext/interbase/php3_interbase.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/interbase/php3_interbase.h b/ext/interbase/php3_interbase.h index 9c5f20f848..30980e51da 100644 --- a/ext/interbase/php3_interbase.h +++ b/ext/interbase/php3_interbase.h @@ -44,10 +44,11 @@ extern php3_module_entry ibase_module_entry; #define php3_ibase_module_ptr &ibase_module_entry -extern int php3_minit_ibase(INIT_FUNC_ARGS); -extern int php3_rinit_ibase(INIT_FUNC_ARGS); -extern int php3_mfinish_ibase(void); -void php3_info_ibase(ZEND_MODULE_INFO_FUNC_ARGS); +extern PHP_MINIT_FUNCTION(ibase); +extern PHP_RINIT_FUNCTION(ibase); +extern PHP_MSHUTDOWN_FUNCTION(ibase); +PHP_MINFO_FUNCTION(ibase); + PHP_FUNCTION(ibase_connect); PHP_FUNCTION(ibase_pconnect); PHP_FUNCTION(ibase_close); |