]> sjero.net Git - wget/blobdiff - src/html-url.h
Fix compiler warnings
[wget] / src / html-url.h
index 458f2521ea6af4680e28ad8a692335abb5ca8732..81fbfdb27b416e301f75b9b6ec6ce7adc1aaebc5 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for html-url.c.
 /* Declarations for html-url.c.
-   Copyright (C) 1995, 1996, 1997, 2009, 2010 Free Software Foundation,
-   Inc.
+   Copyright (C) 1995, 1996, 1997, 2009, 2010, 2011 Free Software
+   Foundation, Inc.
 
 This file is part of GNU Wget.
 
 
 This file is part of GNU Wget.
 
@@ -40,13 +40,13 @@ struct map_context {
   bool nofollow;               /* whether NOFOLLOW was specified in a
                                    <meta name=robots> tag. */
 
   bool nofollow;               /* whether NOFOLLOW was specified in a
                                    <meta name=robots> tag. */
 
-  struct urlpos *head, *tail;  /* List of URLs that is being
-                                  built. */
+  struct urlpos *head; /* List of URLs that is being built. */
 };
 
 struct urlpos *get_urls_file (const char *);
 struct urlpos *get_urls_html (const char *, const char *, bool *, struct iri *);
 struct urlpos *append_url (const char *, int, int, struct map_context *);
 void free_urlpos (struct urlpos *);
 };
 
 struct urlpos *get_urls_file (const char *);
 struct urlpos *get_urls_html (const char *, const char *, bool *, struct iri *);
 struct urlpos *append_url (const char *, int, int, struct map_context *);
 void free_urlpos (struct urlpos *);
+void cleanup_html_url (void);
 
 #endif /* HTML_URL_H */
 
 #endif /* HTML_URL_H */