mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:13:33 +03:00
idn: rename the files to idn.[ch] and hold all IDN functions
Closes #10094
This commit is contained in:
parent
301812bec2
commit
cc0aaf6e82
7 changed files with 220 additions and 221 deletions
|
|
@ -49,11 +49,6 @@ CURLcode Curl_parse_login_details(const char *login, const size_t len,
|
|||
const struct Curl_handler *Curl_builtin_scheme(const char *scheme,
|
||||
size_t schemelen);
|
||||
|
||||
bool Curl_is_ASCII_name(const char *hostname);
|
||||
CURLcode Curl_idnconvert_hostname(struct Curl_easy *data,
|
||||
struct hostname *host);
|
||||
void Curl_free_idnconverted_hostname(struct hostname *host);
|
||||
|
||||
#define CURL_DEFAULT_PROXY_PORT 1080 /* default proxy port unless specified */
|
||||
#define CURL_DEFAULT_HTTPS_PROXY_PORT 443 /* default https proxy port unless
|
||||
specified */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue