]> sjero.net Git - wget/blobdiff - src/url.h
Change global variable model for state-object
[wget] / src / url.h
index 7c8bcfed92875dbd21e98084a798e5b10761c448..9c49c0b5920ad91e3712bd5e88f9dd33f5da3cde 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);
 const char *url_error (int);
 char *url_full_path (const struct url *);
 void url_set_dir (struct url *, const char *);