]> sjero.net Git - wget/blobdiff - src/html-parse.h
[svn] Remove K&R support.
[wget] / src / html-parse.h
index af3f7b5812e3ae0035a2fcdb042195845583eb57..dedca0afc10be2df4346f9cc22306550586c9e31 100644 (file)
@@ -60,9 +60,8 @@ struct hash_table;            /* forward declaration */
 #define MHT_TRIM_VALUES      2  /* trim attribute values, e.g. interpret
                                    <a href=" foo "> 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 */