X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Furl.h;h=a174568ed83d8c0c31986069510ab6e088c73d4c;hp=7c8bcfed92875dbd21e98084a798e5b10761c448;hb=9a2ea3938d09643c6528c3b83b1db4c30f47d981;hpb=6c6e838338c31f1ac3c57c71e4ac34c0401bdf86 diff --git a/src/url.h b/src/url.h index 7c8bcfed..a174568e 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 url *url_parse (const char *, int *, bool *); const char *url_error (int); char *url_full_path (const struct url *); void url_set_dir (struct url *, const char *);