]> sjero.net Git - wget/blobdiff - src/html-url.c
[svn] Move extern declarations to .h files.
[wget] / src / html-url.c
index 27de1eabb4f1846f6935dfadaed57ed722686b66..2ce9172140fb774f46154906575d572c127f0818 100644 (file)
@@ -170,8 +170,8 @@ static const char *additional_attributes[] = {
   "action"                     /* used by tag_handle_form */
 };
 
-struct hash_table *interesting_tags;
-struct hash_table *interesting_attributes;
+static struct hash_table *interesting_tags;
+static struct hash_table *interesting_attributes;
 
 static void
 init_interesting (void)
@@ -701,7 +701,6 @@ get_urls_file (const char *file)
       xfree (url_text);
 
       entry = xnew0 (struct urlpos);
-      entry->next = NULL;
       entry->url = url;
 
       if (!head)