]> sjero.net Git - wget/blobdiff - src/url.h
Correct a mis-merge: return type for url_error is char*, not const char*
[wget] / src / url.h
index ce308f6f97d815c624e85dd5ecc78a9300af83d6..0748e214acec8dc3419b291a77cf0c8b9c124866 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 url *url_parse (const char *, int *, struct iri *iri);
 char *url_error (const char *, int);
 char *url_full_path (const struct url *);
 void url_set_dir (struct url *, const char *);