summaryrefslogtreecommitdiff
path: root/ext/mysql
diff options
context:
space:
mode:
authorSean Bright <elixer@php.net>2001-03-12 15:14:38 +0000
committerSean Bright <elixer@php.net>2001-03-12 15:14:38 +0000
commit48caa74c2049448c8f98e29dc57194927d5a463f (patch)
tree4e3a93e6d28d6bde134ba3755c94ad2998f22fbf /ext/mysql
parentebf7c99391963ea386fb6767cd1894a3f1ff3817 (diff)
downloadphp-git-48caa74c2049448c8f98e29dc57194927d5a463f.tar.gz
Fixed prototype.
Diffstat (limited to 'ext/mysql')
-rw-r--r--ext/mysql/php_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c
index 5667af69ca..6a43b177ab 100644
--- a/ext/mysql/php_mysql.c
+++ b/ext/mysql/php_mysql.c
@@ -705,7 +705,7 @@ PHP_FUNCTION(mysql_select_db)
#ifdef HAVE_GETINFO_FUNCS
-/* {{{ proto string mysql_get_client_info([int link_identifier])
+/* {{{ proto string mysql_get_client_info(void)
Returns a string that represents the client library version */
PHP_FUNCTION(mysql_get_client_info)
{