aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.h
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2006-07-21 06:50:39 +0000
committerGisle Vanem <gvanem@broadpark.no>2006-07-21 06:50:39 +0000
commitc4ad533300b5771b8b4885c51c3b0d3e0d59ef5c (patch)
tree34719582c140c37b3c868955e15cc92b39e11ffe /lib/connect.h
parent5cdbd0cf4a23826b8f7b74bbc071afb6515e3aab (diff)
Constify some arguments in Curl_connecthost() and singleipconnect().
Diffstat (limited to 'lib/connect.h')
-rw-r--r--lib/connect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connect.h b/lib/connect.h
index 0f593817f..599572b27 100644
--- a/lib/connect.h
+++ b/lib/connect.h
@@ -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? */