]> sjero.net Git - wget/blobdiff - src/http.h
[svn] Use the extract_param function for parsing the www-authenticate header.
[wget] / src / http.h
index 4974481ac3fe3e7e370d15695420c8685ae50607..869f2109c5bfdb7528dd6587d9a7bc3f535683e8 100644 (file)
@@ -42,7 +42,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 *);
+bool extract_param (const char **, param_token *, param_token *, char);
 
 
 #endif /* HTTP_H */