From 33d27f5bfe75f12430908b7ec4af52bafe552083 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Mon, 2 Aug 1999 16:06:13 +0000 Subject: More symbol work. --- ext/mysql/php3_mysql.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ext/mysql/php3_mysql.h') diff --git a/ext/mysql/php3_mysql.h b/ext/mysql/php3_mysql.h index 3481293776..49ab899a2a 100644 --- a/ext/mysql/php3_mysql.h +++ b/ext/mysql/php3_mysql.h @@ -56,10 +56,11 @@ extern php3_module_entry mysql_module_entry; #define mysql_module_ptr &mysql_module_entry -extern int php3_minit_mysql(INIT_FUNC_ARGS); -extern int php3_rinit_mysql(INIT_FUNC_ARGS); -extern int php3_mshutdown_mysql(SHUTDOWN_FUNC_ARGS); -void php3_info_mysql(ZEND_MODULE_INFO_FUNC_ARGS); +extern PHP_MINIT_FUNCTION(mysql); +extern PHP_RINIT_FUNCTION(mysql); +extern PHP_MSHUTDOWN_FUNCTION(mysql); +PHP_MINFO_FUNCTION(mysql); + PHP_FUNCTION(mysql_connect); PHP_FUNCTION(mysql_pconnect); PHP_FUNCTION(mysql_close); -- cgit v1.2.1