From 133594758488f47f6d1d6d01fcb95483526df40b Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 25 Jun 2020 10:07:52 +0300 Subject: libcurl: update to 7.71.0 --- libs/libcurl/src/http_proxy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/libcurl/src/http_proxy.h') diff --git a/libs/libcurl/src/http_proxy.h b/libs/libcurl/src/http_proxy.h index e19fa859a0..29988a6963 100644 --- a/libs/libcurl/src/http_proxy.h +++ b/libs/libcurl/src/http_proxy.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2017, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -47,5 +47,6 @@ bool Curl_connect_ongoing(struct connectdata *conn); #endif void Curl_connect_free(struct Curl_easy *data); +void Curl_connect_done(struct Curl_easy *data); #endif /* HEADER_CURL_HTTP_PROXY_H */ -- cgit v1.2.3