X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhtml-url.h;h=11fab93dd2e497df20bfb051d4e4bbf8a750be98;hp=458f2521ea6af4680e28ad8a692335abb5ca8732;hb=320cfdcb658e8d6556ae9dfd902c2db1db866a6b;hpb=293008f682e5fa9726136bc121bceadc136c77dc diff --git a/src/html-url.h b/src/html-url.h index 458f2521..11fab93d 100644 --- a/src/html-url.h +++ b/src/html-url.h @@ -1,6 +1,6 @@ /* Declarations for html-url.c. - Copyright (C) 1995, 1996, 1997, 2009, 2010 Free Software Foundation, - Inc. + Copyright (C) 1995, 1996, 1997, 2009, 2010, 2011 Free Software + Foundation, Inc. This file is part of GNU Wget. @@ -40,8 +40,7 @@ struct map_context { bool nofollow; /* whether NOFOLLOW was specified in a tag. */ - struct urlpos *head, *tail; /* List of URLs that is being - built. */ + struct urlpos *head; /* List of URLs that is being built. */ }; struct urlpos *get_urls_file (const char *);