mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:27:30 +03:00
long port => int port, as the c source uses! (Miklos Nemeth found this)
This commit is contained in:
parent
b244710ddb
commit
d0c1f3e25b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ int Curl_nonblock(int socket, /* operate on this */
|
|||
|
||||
CURLcode Curl_connecthost(struct connectdata *conn,
|
||||
Curl_addrinfo *host, /* connect to this */
|
||||
long port, /* connect to this port number */
|
||||
int port, /* connect to this port number */
|
||||
int *sockconn, /* not set if error is returned */
|
||||
Curl_ipconnect **addr /* the one we used */
|
||||
); /* index we used */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue