]> sjero.net Git - wget/blobdiff - src/url.h
Automated merge.
[wget] / src / url.h
index 2fa8d51cd0d64b3687b54ff16e9b064404c9aae9..38eafca4b50997aebba6a5f92574c34a93ad0248 100644 (file)
--- a/src/url.h
+++ b/src/url.h
@@ -83,6 +83,7 @@ struct url
 /* Function declarations */
 
 char *url_escape (const char *);
+char *url_escape_unsafe_and_reserved (const char *);
 
 struct url *url_parse (const char *, int *, struct iri *iri, bool percent_encode);
 char *url_error (const char *, int);