]> sjero.net Git - wget/blobdiff - src/spider.h
Eschew config-post.h.
[wget] / src / spider.h
index 987b0f41faecb6b6066fad66b732cab0d1e05aff..dc040f9e4c3c797600671ecb1dd78c32d0e712dc 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for spider.c
-   Copyright (C) 2006 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2007 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -29,7 +29,7 @@ so, delete this exception statement from your version.  */
 #ifndef SPIDER_H
 #define SPIDER_H
 
-void visited_url (const char *, const char *);
+#define visited_url(a,b)
 void nonexisting_url (const char *);
 void print_broken_links (void);