X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhtml-parse.h;h=dedca0afc10be2df4346f9cc22306550586c9e31;hp=af3f7b5812e3ae0035a2fcdb042195845583eb57;hb=277e840a0f8e3ec8800cfe7407fe3c16000bc622;hpb=9000d2b527680b4b13964475d84df42815d40e37 diff --git a/src/html-parse.h b/src/html-parse.h index af3f7b58..dedca0af 100644 --- a/src/html-parse.h +++ b/src/html-parse.h @@ -60,9 +60,8 @@ struct hash_table; /* forward declaration */ #define MHT_TRIM_VALUES 2 /* trim attribute values, e.g. interpret as "foo" */ -void map_html_tags PARAMS ((const char *, int, - void (*) (struct taginfo *, void *), void *, int, - const struct hash_table *, - const struct hash_table *)); +void map_html_tags (const char *, int, + void (*) (struct taginfo *, void *), void *, int, + const struct hash_table *, const struct hash_table *); #endif /* HTML_PARSE_H */