X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhttp.h;h=21f1ed5cacaafeb1177b56f7224b81405c2a54b8;hp=1b923ebb55020a405f04509c80e8b3d061bc1fdd;hb=HEAD;hpb=3e25a9817f47fbb8660cc6a3b2f3eea239526c6c diff --git a/src/http.h b/src/http.h index 1b923ebb..21f1ed5c 100644 --- a/src/http.h +++ b/src/http.h @@ -1,5 +1,5 @@ /* Declarations for HTTP. - Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software + Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -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 */