diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:22 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:22 +0900 |
commit | dfd19f19c019e044f97e46081a6960614c0cf3f9 (patch) | |
tree | 51235119408ad6039f4a12286aba64e25176254b /src/iri.h | |
parent | be7885cb38b145fc4361200b3351fc2c79e35f3c (diff) | |
download | wget-dfd19f19c019e044f97e46081a6960614c0cf3f9.tar.gz wget-dfd19f19c019e044f97e46081a6960614c0cf3f9.tar.bz2 wget-dfd19f19c019e044f97e46081a6960614c0cf3f9.zip |
Imported Upstream version 1.19.5upstream/1.19.5
Diffstat (limited to 'src/iri.h')
-rw-r--r-- | src/iri.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ bool check_encoding_name (const char *encoding); const char *locale_to_utf8 (const char *str); char *idn_encode (const struct iri *i, const char *host); char *idn_decode (const char *host); -bool remote_to_utf8 (const struct iri *i, const char *str, char **new); +bool remote_to_utf8 (const struct iri *i, const char *str, char **newstr); struct iri *iri_new (void); struct iri *iri_dup (const struct iri *); void iri_free (struct iri *i); |