X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fspider.c;h=98a296d4a54b9a97c0522f3ff8cfd368ff1efdd1;hp=b12552d37ae4194d1f8803c6bcf11aa959650c50;hb=d763f8bf6d6e13ce006ffab616cc8a77e747a633;hpb=86395b297b58c8c9b43d7ca8c42b831d4926dac6 diff --git a/src/spider.c b/src/spider.c index b12552d3..98a296d4 100644 --- a/src/spider.c +++ b/src/spider.c @@ -1,5 +1,5 @@ /* Keep track of visited URLs in spider mode. - Copyright (C) 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -27,13 +27,12 @@ Corresponding Source for a non-source form of such a combination shall include the source code for the parts of OpenSSL used as well as that of the covered work. */ -#include +#include "wget.h" #include #include #include -#include "wget.h" #include "spider.h" #include "url.h" #include "utils.h" @@ -86,7 +85,7 @@ print_broken_links (void) for (hash_table_iterate (nonexisting_urls_set, &iter); hash_table_iter_next (&iter); ) { - struct url_list *list; + /* Struct url_list *list; */ const char *url = (const char *) iter.key; logprintf (LOG_NOTQUIET, _("%s\n"), url);