X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fhttp.h;h=4769e9d376eb82d0e0f2d8d0fcab92562dea8211;hb=a9a2b34b052cfa903462124f59fbfeed7eaf374b;hp=18a67572acf824634b3e5c4373b6fe6c12c0e118;hpb=86395b297b58c8c9b43d7ca8c42b831d4926dac6;p=wget diff --git a/src/http.h b/src/http.h index 18a67572..4769e9d3 100644 --- a/src/http.h +++ b/src/http.h @@ -1,5 +1,5 @@ /* Declarations for HTTP. - Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -33,7 +33,7 @@ as that of the covered work. */ struct url; uerr_t http_loop (struct url *, char **, char **, const char *, int *, - struct url *); + struct url *, struct iri *); void save_cookies (void); void http_cleanup (void); time_t http_atotm (const char *);