]> sjero.net Git - wget/blobdiff - src/iri.h
Fix Test-iri-list.
[wget] / src / iri.h
index 6ad2becfde1ce4ad1ebda6cd87109a0b6ff508f6..fe3da15cf416bd6a104e84d855e0e261de9b960d 100644 (file)
--- a/src/iri.h
+++ b/src/iri.h
@@ -47,6 +47,7 @@ char *idn_encode (struct iri *i, char *host);
 char *idn_decode (char *host);
 bool remote_to_utf8 (struct iri *i, const char *str, const char **new);
 struct iri *iri_new (void);
+struct iri *iri_dup (const struct iri *);
 void iri_free (struct iri *i);
 void set_uri_encoding (struct iri *i, char *charset, bool force);
 void set_content_encoding (struct iri *i, char *charset);