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