]> sjero.net Git - wget/blobdiff - src/http.h
Introduce --trust-server-names. Close CVE-2010-2252.
[wget] / src / http.h
index 293b82e448206fda89a3fd1c30d109cf6838e024..1b923ebb55020a405f04509c80e8b3d061bc1fdd 100644 (file)
@@ -33,8 +33,8 @@ as that of the covered work.  */
 
 struct url;
 
-uerr_t http_loop (struct url *, char **, char **, const char *, int *,
-                 struct url *, struct iri *);
+uerr_t http_loop (struct url *, struct url *, char **, char **, const char *,
+                  int *, struct url *, struct iri *);
 void save_cookies (void);
 void http_cleanup (void);
 time_t http_atotm (const char *);