X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Furl.h;h=badd92522b90fc39e2b956fd111be9497a431d78;hp=f523e2efd3229104515e4825b29e0559c83503fc;hb=289ff1c86acbd60e09cb15d22df62b8e19942c3e;hpb=c7f74c62d3e518387a8eaa51011ec83259440105 diff --git a/src/url.h b/src/url.h index f523e2ef..badd9252 100644 --- 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 *);