X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Furl.c;fp=src%2Furl.c;h=f32c72695ea3fe187fb2a3ddb4176dfa02df61e8;hp=f554432c081280cc56cade20ddc98d6f28ec07a1;hb=5bb2f4316571673291565f5ccd559f9abc8bc931;hpb=605eafa79243b1f08815792cd778e7b72a3f13e4 diff --git a/src/url.c b/src/url.c index f554432c..f32c7269 100644 --- 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 */