aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-11-03 16:24:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-11-03 16:24:56 +0000
commitd0b8b5a1990a31f37fcab925cb8b59bee958d41d (patch)
tree01f76987f143f68e2a4633f7cae8dcdc4b22a556 /lib/connect.h
parentefe2ce3647b751d137c105c3b08b8290fb1f801c (diff)
- Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out a
problem with my CURLINFO_PRIMARY_IP fix from October 7th that caused a NULL pointer read. I also took the opportunity to clean up this logic (storing of the connection's IP address) somewhat as we had it stored in two different places and ways previously and they are now unified.
Diffstat (limited to 'lib/connect.h')
-rw-r--r--lib/connect.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/connect.h b/lib/connect.h
index 8e55cc941..38ed4125b 100644
--- a/lib/connect.h
+++ b/lib/connect.h
@@ -37,8 +37,6 @@ CURLcode Curl_connecthost(struct connectdata *conn,
Curl_addrinfo **addr, /* the one we used */
bool *connected); /* truly connected? */
-CURLcode Curl_store_ip_addr(struct connectdata *conn);
-
/* generic function that returns how much time there's left to run, according
to the timeouts set */
long Curl_timeleft(struct connectdata *conn,