]> sjero.net Git - wget/blobdiff - src/url.c
URL-decode the filename parameter of Content-Disposition HTTP header if it is encoded
[wget] / src / url.c
index f554432c081280cc56cade20ddc98d6f28ec07a1..f32c72695ea3fe187fb2a3ddb4176dfa02df61e8 100644 (file)
--- a/src/url.c
+++ b/src/url.c
@@ -169,7 +169,7 @@ static const unsigned char urlchr_table[256] =
    The transformation is done in place.  If you need the original
    string intact, make a copy before calling this function.  */
 
-static void
+void
 url_unescape (char *s)
 {
   char *t = s;                  /* t - tortoise */