diff options
author | Andrey Hristov <andrey@php.net> | 1999-08-02 16:06:13 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 1999-08-02 16:06:13 +0000 |
commit | 33d27f5bfe75f12430908b7ec4af52bafe552083 (patch) | |
tree | 36897dcbfa52a852b44b96e9f4662a1d2e8c72c5 /ext/odbc/php3_velocis.h | |
parent | 05585132caf918d00a2749ab3c77c256a03c2807 (diff) | |
download | php-git-33d27f5bfe75f12430908b7ec4af52bafe552083.tar.gz |
More symbol work.
Diffstat (limited to 'ext/odbc/php3_velocis.h')
-rw-r--r-- | ext/odbc/php3_velocis.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/odbc/php3_velocis.h b/ext/odbc/php3_velocis.h index b5f91a62e3..2edb1f2528 100644 --- a/ext/odbc/php3_velocis.h +++ b/ext/odbc/php3_velocis.h @@ -74,10 +74,11 @@ extern php3_module_entry velocis_module_entry; #define velocis_module_ptr &velocis_module_entry /* velocis.c functions */ -extern int php3_minit_velocis(INIT_FUNC_ARGS); -extern int php3_rinit_velocis(INIT_FUNC_ARGS); -void php3_info_velocis(ZEND_MODULE_INFO_FUNC_ARGS); -extern int php3_shutdown_velocis(SHUTDOWN_FUNC_ARGS); +extern PHP_MINIT_FUNCTION(velocis); +extern PHP_RINIT_FUNCTION(velocis); +PHP_MINFO_FUNCTION(velocis); +extern PHP_MSHUTDOWN_FUNCTION(velocis); + PHP_FUNCTION(velocis_connect); PHP_FUNCTION(velocis_close); PHP_FUNCTION(velocis_exec); |