mirror of
https://github.com/curl/curl.git
synced 2026-07-23 23:47:15 +03:00
http_proxy: make two proxy_create functions static
And drop their `Curl_` prefixes. They are only used within this file. Closes #21775
This commit is contained in:
parent
ead2e13a8e
commit
7bc2bf7917
2 changed files with 12 additions and 23 deletions
|
|
@ -50,17 +50,6 @@ typedef enum {
|
|||
PROXY_INSPECT_AUTH_RETRY /* Retry with auth */
|
||||
} proxy_inspect_result;
|
||||
|
||||
CURLcode Curl_http_proxy_create_CONNECT(struct httpreq **preq,
|
||||
struct Curl_cfilter *cf,
|
||||
struct Curl_easy *data,
|
||||
struct Curl_peer *dest,
|
||||
proxy_http_ver ver);
|
||||
CURLcode Curl_http_proxy_create_CONNECTUDP(struct httpreq **preq,
|
||||
struct Curl_cfilter *cf,
|
||||
struct Curl_easy *data,
|
||||
struct Curl_peer *dest,
|
||||
proxy_http_ver ver);
|
||||
|
||||
/* Create CONNECT or CONNECT-UDP request */
|
||||
CURLcode Curl_http_proxy_create_tunnel_request(
|
||||
struct httpreq **preq, struct Curl_cfilter *cf,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue