1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Correct a mis-merge: return type for url_error is char*, not const char*

This commit is contained in:
Xavier Saint 2008-08-07 10:33:06 +02:00
parent 44a22c78a7
commit 0d0a425144

View File

@ -85,7 +85,7 @@ struct url
char *url_escape (const char *);
struct url *url_parse (const char *, int *, struct iri *iri);
const char *url_error (const char *, 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 *);