X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fhtml-url.h;h=11fab93dd2e497df20bfb051d4e4bbf8a750be98;hb=b718128b4f3eb8473fb3b31c8397b49854e74ab7;hp=42b67c2f53e72bc2422b11ff6cf294664d0ff727;hpb=4f53c20e27f4e6db75aef4c7ea2812330d48017c;p=wget diff --git a/src/html-url.h b/src/html-url.h index 42b67c2f..11fab93d 100644 --- a/src/html-url.h +++ b/src/html-url.h @@ -1,5 +1,6 @@ /* Declarations for html-url.c. - Copyright (C) 1995, 1996, 1997, 2009 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 2009, 2010, 2011 Free Software + Foundation, Inc. This file is part of GNU Wget. @@ -39,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 *);