X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fspider.h;h=bfb5328cf11a099df6c18afea86b46dd17af94f2;hp=d156df68c73b8061c8e65eb961dddefb5b875ee1;hb=HEAD;hpb=bc8f473272ec29b0d0021dbcab6ac561ddc6249d diff --git a/src/spider.h b/src/spider.h index d156df68..bfb5328c 100644 --- a/src/spider.h +++ b/src/spider.h @@ -1,5 +1,6 @@ /* Declarations for spider.c - Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software + Foundation, Inc. This file is part of GNU Wget. @@ -33,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 */