X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Furl.h;h=ce308f6f97d815c624e85dd5ecc78a9300af83d6;hp=7c8bcfed92875dbd21e98084a798e5b10761c448;hb=0fae9cb3887905279e22acd65ce639a1e5f56cc6;hpb=e4371807f6eb9ee6d0cc7828773e792fbecb5ce5 diff --git a/src/url.h b/src/url.h index 7c8bcfed..ce308f6f 100644 --- 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 *);