]> sjero.net Git - wget/blobdiff - src/url.h
Merge with mainline.
[wget] / src / url.h
index f523e2efd3229104515e4825b29e0559c83503fc..badd92522b90fc39e2b956fd111be9497a431d78 100644 (file)
--- a/src/url.h
+++ b/src/url.h
@@ -85,7 +85,7 @@ struct url
 char *url_escape (const char *);
 char *url_escape_unsafe_and_reserved (const char *);
 
-struct url *url_parse (const char *, int *);
+struct url *url_parse (const char *, int *, struct iri *iri);
 char *url_error (const char *, int);
 char *url_full_path (const struct url *);
 void url_set_dir (struct url *, const char *);