SM's patch applied, we should not use arguments or variables that have the

same name as common functions...
This commit is contained in:
Daniel Stenberg
2001-10-05 06:05:56 +00:00
parent f30102f038
commit fdeaae678d
2 changed files with 11 additions and 9 deletions

View File

@@ -25,8 +25,8 @@
CURLcode Curl_connecthost(struct connectdata *conn,
Curl_addrinfo *host, /* connect to this */
long port, /* connect to this port number */
int *socket, /* not set if error is returned */
long port, /* connect to this port number */
int *sockconn, /* not set if error is returned */
Curl_ipconnect **addr /* the one we used */
); /* index we used */
#endif