]> sjero.net Git - wget/blobdiff - src/http.h
URL-decode the filename parameter of Content-Disposition HTTP header if it is encoded
[wget] / src / http.h
index 389456b1d775f6f971f9e3b001607d31098d37a8..21f1ed5cacaafeb1177b56f7224b81405c2a54b8 100644 (file)
@@ -43,7 +43,7 @@ typedef struct {
   /* A token consists of characters in the [b, e) range. */
   const char *b, *e;
 } param_token;
-bool extract_param (const char **, param_token *, param_token *, char);
+bool extract_param (const char **, param_token *, param_token *, char, bool *);
 
 
 #endif /* HTTP_H */