Constify some arguments in Curl_connecthost() and singleipconnect().

This commit is contained in:
Gisle Vanem
2006-07-21 06:50:39 +00:00
parent 5cdbd0cf4a
commit c4ad533300
2 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ CURLcode Curl_is_connected(struct connectdata *conn,
bool *connected);
CURLcode Curl_connecthost(struct connectdata *conn,
struct Curl_dns_entry *host, /* connect to this */
const struct Curl_dns_entry *host, /* connect to this */
curl_socket_t *sockconn, /* not set if error */
Curl_addrinfo **addr, /* the one we used */
bool *connected /* truly connected? */