X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhtml-url.c;h=2ce9172140fb774f46154906575d572c127f0818;hp=47b52e694ba332800dc41399d45979cea5ec36d8;hb=2447fb9a9b85083c1e6fa54d0a18bdf3962fab1f;hpb=40fc711db6ebc891e41f15d2052847432e991a21 diff --git a/src/html-url.c b/src/html-url.c index 47b52e69..2ce91721 100644 --- a/src/html-url.c +++ b/src/html-url.c @@ -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)