X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Furl.h;h=2fa8d51cd0d64b3687b54ff16e9b064404c9aae9;hp=0748e214acec8dc3419b291a77cf0c8b9c124866;hb=66dd4bda74bb78915b92cac4e7bfd32a3fe9d957;hpb=523c3dfcbc3e6858ea94288554d67d3c1208a7c1 diff --git a/src/url.h b/src/url.h index 0748e214..2fa8d51c 100644 --- a/src/url.h +++ b/src/url.h @@ -84,7 +84,7 @@ struct url char *url_escape (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 *);