X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Furl.h;fp=src%2Furl.h;h=6d18ed81f1f3c21d13e6af2131972136284b9af7;hp=cd3782b1e0b833cb5a21e8d87b8d6d864aa9827c;hb=5bb2f4316571673291565f5ccd559f9abc8bc931;hpb=605eafa79243b1f08815792cd778e7b72a3f13e4 diff --git a/src/url.h b/src/url.h index cd3782b1..6d18ed81 100644 --- a/src/url.h +++ b/src/url.h @@ -101,6 +101,7 @@ struct url char *url_escape (const char *); char *url_escape_unsafe_and_reserved (const char *); +void url_unescape (char *); struct url *url_parse (const char *, int *, struct iri *iri, bool percent_encode); char *url_error (const char *, int);