summaryrefslogtreecommitdiff
path: root/ext/odbc/php3_odbc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/odbc/php3_odbc.h')
-rw-r--r--ext/odbc/php3_odbc.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/odbc/php3_odbc.h b/ext/odbc/php3_odbc.h
index c7794410be..d3149e51b7 100644
--- a/ext/odbc/php3_odbc.h
+++ b/ext/odbc/php3_odbc.h
@@ -117,10 +117,11 @@ extern php3_module_entry odbc_module_entry;
/* user functions */
-extern int php3_minit_odbc(INIT_FUNC_ARGS);
-extern int php3_mshutdown_odbc(SHUTDOWN_FUNC_ARGS);
-extern int php3_rinit_odbc(INIT_FUNC_ARGS);
-void php3_info_odbc(ZEND_MODULE_INFO_FUNC_ARGS);
+extern PHP_MINIT_FUNCTION(odbc);
+extern PHP_MSHUTDOWN_FUNCTION(odbc);
+extern PHP_RINIT_FUNCTION(odbc);
+PHP_MINFO_FUNCTION(odbc);
+
PHP_FUNCTION(odbc_setoption);
PHP_FUNCTION(odbc_autocommit);
PHP_FUNCTION(odbc_close);