summaryrefslogtreecommitdiff
path: root/ext/mysql/php3_mysql.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-08-02 16:06:13 +0000
committerAndrey Hristov <andrey@php.net>1999-08-02 16:06:13 +0000
commit33d27f5bfe75f12430908b7ec4af52bafe552083 (patch)
tree36897dcbfa52a852b44b96e9f4662a1d2e8c72c5 /ext/mysql/php3_mysql.h
parent05585132caf918d00a2749ab3c77c256a03c2807 (diff)
downloadphp-git-33d27f5bfe75f12430908b7ec4af52bafe552083.tar.gz
More symbol work.
Diffstat (limited to 'ext/mysql/php3_mysql.h')
-rw-r--r--ext/mysql/php3_mysql.h9
1 files changed, 5 insertions, 4 deletions
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);