X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Furl.h;h=38eafca4b50997aebba6a5f92574c34a93ad0248;hb=76bd534668b513f627dea1c9684eaf78f9f36948;hp=f523e2efd3229104515e4825b29e0559c83503fc;hpb=cf93ce7f4b428c78ca705f0f905ba75bbb2806d5;p=wget diff --git a/src/url.h b/src/url.h index f523e2ef..38eafca4 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, bool percent_encode); char *url_error (const char *, int); char *url_full_path (const struct url *); void url_set_dir (struct url *, const char *);