X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fcookies.h;h=b3b9b2c01e099ef9618833ee8f6578ad7479ec1b;hp=58142934447d6b023d1d052028a7c2515ba51748;hb=8624553a31b148f9051cc11725bc01d9760fa07b;hpb=b9e9ad65ccf6c1fbf989852c5adbb0f840f9c58b diff --git a/src/cookies.h b/src/cookies.h index 58142934..b3b9b2c0 100644 --- a/src/cookies.h +++ b/src/cookies.h @@ -1,6 +1,6 @@ /* Support for cookies. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -37,9 +37,9 @@ struct cookie_jar *cookie_jar_new (void); void cookie_jar_delete (struct cookie_jar *); void cookie_handle_set_cookie (struct cookie_jar *, const char *, int, - const char *, const char *); + const char *, const char *); char *cookie_header (struct cookie_jar *, const char *, int, - const char *, bool); + const char *, bool); void cookie_jar_load (struct cookie_jar *, const char *); void cookie_jar_save (struct cookie_jar *, const char *);