X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fspider.h;h=bfb5328cf11a099df6c18afea86b46dd17af94f2;hp=f219244ee2817f7741d2eb437bc08f010aa69a27;hb=38a7829dcb4eb5dba28dbf0f05c6a80fea9217f8;hpb=293008f682e5fa9726136bc121bceadc136c77dc diff --git a/src/spider.h b/src/spider.h index f219244e..bfb5328c 100644 --- a/src/spider.h +++ b/src/spider.h @@ -1,6 +1,6 @@ /* Declarations for spider.c - Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, - Inc. + Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software + Foundation, Inc. This file is part of GNU Wget. @@ -34,5 +34,6 @@ as that of the covered work. */ #define visited_url(a,b) void nonexisting_url (const char *); void print_broken_links (void); +void spider_cleanup (void); #endif /* SPIDER_H */