]> sjero.net Git - wget/blobdiff - src/url.h
IRI requirement: do not percent-encode already percent-encoded values (try1)
[wget] / src / url.h
index 0748e214acec8dc3419b291a77cf0c8b9c124866..2fa8d51cd0d64b3687b54ff16e9b064404c9aae9 100644 (file)
--- 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 *);