diff options
Diffstat (limited to 'ext/odbc/php_velocis.h')
-rw-r--r-- | ext/odbc/php_velocis.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/odbc/php_velocis.h b/ext/odbc/php_velocis.h index 0ac48f43d5..109795255b 100644 --- a/ext/odbc/php_velocis.h +++ b/ext/odbc/php_velocis.h @@ -57,10 +57,10 @@ extern zend_module_entry velocis_module_entry; #define velocis_module_ptr &velocis_module_entry /* velocis.c functions */ -extern PHP_MINIT_FUNCTION(velocis); -extern PHP_RINIT_FUNCTION(velocis); +PHP_MINIT_FUNCTION(velocis); +PHP_RINIT_FUNCTION(velocis); PHP_MINFO_FUNCTION(velocis); -extern PHP_MSHUTDOWN_FUNCTION(velocis); +PHP_MSHUTDOWN_FUNCTION(velocis); PHP_FUNCTION(velocis_connect); PHP_FUNCTION(velocis_close); |