]> sjero.net Git - wget/blobdiff - src/url.h
stsc: better message for "unsupported schemes".
[wget] / src / url.h
index 7c8bcfed92875dbd21e98084a798e5b10761c448..ce308f6f97d815c624e85dd5ecc78a9300af83d6 100644 (file)
--- a/src/url.h
+++ b/src/url.h
@@ -85,7 +85,7 @@ struct url
 char *url_escape (const char *);
 
 struct url *url_parse (const char *, int *);
-const char *url_error (int);
+char *url_error (const char *, int);
 char *url_full_path (const struct url *);
 void url_set_dir (struct url *, const char *);
 void url_set_file (struct url *, const char *);