]> sjero.net Git - wget/blobdiff - src/url.h
Get rid of the supplementary bool pointer in url_parse () arguments; UGLY :)
[wget] / src / url.h
index a174568ed83d8c0c31986069510ab6e088c73d4c..7c8bcfed92875dbd21e98084a798e5b10761c448 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 *, bool *);
+struct url *url_parse (const char *, int *);
 const char *url_error (int);
 char *url_full_path (const struct url *);
 void url_set_dir (struct url *, const char *);