mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
parent
86ea3abd41
commit
1495489c41
17 changed files with 62 additions and 67 deletions
|
|
@ -514,8 +514,8 @@ struct Curl_scheme {
|
|||
const struct Curl_protocol *run; /* implementation */
|
||||
curl_prot_t protocol; /* See CURLPROTO_* - this needs to be the single
|
||||
specific protocol bit */
|
||||
curl_prot_t family; /* single bit for protocol family; basically the
|
||||
non-TLS name of the protocol this is */
|
||||
curl_prot_t family; /* single bit for protocol family; the non-TLS name
|
||||
of the protocol this is */
|
||||
uint32_t flags; /* Extra particular characteristics, see PROTOPT_* */
|
||||
uint16_t defport; /* Default port. */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue