aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-10-05 06:05:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-10-05 06:05:56 +0000
commitfdeaae678d4ce5152045fd034f32a29da9f6c5ff (patch)
tree5224f218ee2571306004da2d69e3e37524f4ae85 /lib/connect.h
parentf30102f03861781efc1a6f0246695dc054badb74 (diff)
SM's patch applied, we should not use arguments or variables that have the
same name as common functions...
Diffstat (limited to 'lib/connect.h')
-rw-r--r--lib/connect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/connect.h b/lib/connect.h
index 1b7319d1e..8c5fac508 100644
--- a/lib/connect.h
+++ b/lib/connect.h
@@ -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