diff options
author | Andrey Hristov <andrey@php.net> | 1999-08-02 15:02:52 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 1999-08-02 15:02:52 +0000 |
commit | 05585132caf918d00a2749ab3c77c256a03c2807 (patch) | |
tree | e9c8561d2b198773facc3ae86c3359d175c1ebae /ext/interbase/php3_interbase.h | |
parent | 98037c425d981f5e08bd308fd9965e5a7e72b98c (diff) | |
download | php-git-05585132caf918d00a2749ab3c77c256a03c2807.tar.gz |
More symbol work.
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); |