]> sjero.net Git - wget/blobdiff - src/html-url.c
[svn] Move extern declarations to .h files.
[wget] / src / html-url.c
index 47b52e694ba332800dc41399d45979cea5ec36d8..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)