mirror of
https://github.com/mirror/wget.git
synced 2025-04-24 12:10:16 +08:00
Correct a mis-merge: return type for url_error is char*, not const char*
This commit is contained in:
parent
44a22c78a7
commit
0d0a425144
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user