X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhttp.h;h=389456b1d775f6f971f9e3b001607d31098d37a8;hp=4769e9d376eb82d0e0f2d8d0fcab92562dea8211;hb=2f6aa1d7417df1dfc58597777686fbd77179b9fd;hpb=44a22c78a76e6733dd4d420a236be0963f00f4c5 diff --git a/src/http.h b/src/http.h index 4769e9d3..389456b1 100644 --- a/src/http.h +++ b/src/http.h @@ -1,5 +1,6 @@ /* Declarations for HTTP. - Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software + Foundation, Inc. This file is part of GNU Wget. @@ -32,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 *);