gcc -Wshadow complaints fixed

This commit is contained in:
Daniel Stenberg
2003-10-18 20:14:33 +00:00
parent f0089b6291
commit 65dab79ca5
4 changed files with 16 additions and 17 deletions

View File

@@ -23,7 +23,7 @@
* $Id$
***************************************************************************/
int Curl_nonblock(int socket, /* operate on this */
int Curl_nonblock(int sockfd, /* operate on this */
int nonblock /* TRUE or FALSE */);
CURLcode Curl_is_connected(struct connectdata *conn,