]> sjero.net Git - wget/blobdiff - src/spider.h
Fix compiler warnings
[wget] / src / spider.h
index f219244ee2817f7741d2eb437bc08f010aa69a27..bfb5328cf11a099df6c18afea86b46dd17af94f2 100644 (file)
@@ -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 */