]> granicus.if.org Git - php/commitdiff
Fixed prototype.
authorSean Bright <elixer@php.net>
Mon, 12 Mar 2001 15:14:38 +0000 (15:14 +0000)
committerSean Bright <elixer@php.net>
Mon, 12 Mar 2001 15:14:38 +0000 (15:14 +0000)
ext/mysql/php_mysql.c

index 5667af69caccfa6be4031c4d4c7d67fc48188544..6a43b177ab215a3fad5f23b24a66b716571dba13 100644 (file)
@@ -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)
 {