From: Sean Bright Date: Mon, 12 Mar 2001 15:14:38 +0000 (+0000) Subject: Fixed prototype. X-Git-Tag: php-4.0.5RC1~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48caa74c2049448c8f98e29dc57194927d5a463f;p=php Fixed prototype. --- 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) {