X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fspider.c;h=dad9a23dcf764a10c8c3a547db68c44b047882b9;hp=b540b95fc5cc07aec7c911e787fdcdcf28168032;hb=85b98d08341ccd2abd2b0335465927e85eb20757;hpb=4a08094db88011153adadbf995103770b20d2a31 diff --git a/src/spider.c b/src/spider.c index b540b95f..dad9a23d 100644 --- a/src/spider.c +++ b/src/spider.c @@ -1,5 +1,6 @@ /* Keep track of visited URLs in spider mode. - Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software + Foundation, Inc. This file is part of GNU Wget. @@ -44,7 +45,7 @@ static struct hash_table *nonexisting_urls_set; /* Cleanup the data structures associated with this file. */ -void +static void spider_cleanup (void) { if (nonexisting_urls_set)