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:
parent
44a22c78a7
commit
0d0a425144
@ -85,7 +85,7 @@ struct url
|
|||||||
char *url_escape (const char *);
|
char *url_escape (const char *);
|
||||||
|
|
||||||
struct url *url_parse (const char *, int *, struct iri *iri);
|
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 *);
|
char *url_full_path (const struct url *);
|
||||||
void url_set_dir (struct url *, const char *);
|
void url_set_dir (struct url *, const char *);
|
||||||
void url_set_file (struct url *, const char *);
|
void url_set_file (struct url *, const char *);
|
||||||
|
Loading…
Reference in New Issue
Block a user