aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-03-29 23:56:22 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-03-30 07:52:28 +0200
commit93935c08c1b85482bc86bd6adcc33c1d924eed5e (patch)
tree73ccb34d183d88c546e8e083866f4c3965aa0392 /lib/transfer.h
parent6b61d8160d7d251e4da9ad8e05bed131e072d47f (diff)
multi: multi_reconnect_request is the former Curl_reconnect_request
now a file local function in multi.c
Diffstat (limited to 'lib/transfer.h')
-rw-r--r--lib/transfer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/transfer.h b/lib/transfer.h
index 52b762abf..802344f23 100644
--- a/lib/transfer.h
+++ b/lib/transfer.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -49,7 +49,6 @@ int Curl_single_getsock(const struct connectdata *conn,
int numsocks);
CURLcode Curl_readrewind(struct connectdata *conn);
CURLcode Curl_fillreadbuffer(struct connectdata *conn, int bytes, int *nreadp);
-CURLcode Curl_reconnect_request(struct connectdata **connp);
CURLcode Curl_retry_request(struct connectdata *conn, char **url);
bool Curl_meets_timecondition(struct SessionHandle *data, time_t timeofdoc);