X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhttp.h;fp=src%2Fhttp.h;h=21f1ed5cacaafeb1177b56f7224b81405c2a54b8;hp=389456b1d775f6f971f9e3b001607d31098d37a8;hb=5bb2f4316571673291565f5ccd559f9abc8bc931;hpb=605eafa79243b1f08815792cd778e7b72a3f13e4 diff --git a/src/http.h b/src/http.h index 389456b1..21f1ed5c 100644 --- a/src/http.h +++ b/src/http.h @@ -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 */