mirror of
https://github.com/mirror/wget.git
synced 2025-02-01 15:20:08 +08:00
* src/iri.h: Fix C++ compile error
This commit is contained in:
parent
9d899d7bb7
commit
7a5db30b01
@ -45,7 +45,7 @@ bool check_encoding_name (const char *encoding);
|
|||||||
const char *locale_to_utf8 (const char *str);
|
const char *locale_to_utf8 (const char *str);
|
||||||
char *idn_encode (const struct iri *i, const char *host);
|
char *idn_encode (const struct iri *i, const char *host);
|
||||||
char *idn_decode (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_new (void);
|
||||||
struct iri *iri_dup (const struct iri *);
|
struct iri *iri_dup (const struct iri *);
|
||||||
void iri_free (struct iri *i);
|
void iri_free (struct iri *i);
|
||||||
|
Loading…
Reference in New Issue
Block a user