X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fconvert.c;fp=src%2Fconvert.c;h=e1c58e9ae0f6c7a79ebf60c5d5ffcab0633ac79b;hp=6cf6f2724d7a1ed89345cf2ee17422d093cb0b22;hb=e93bb4fa28bfb58622db8ca0b084f52fd52eb956;hpb=8ac9c05fc03c9f12ae201fda56622f42d78ff697 diff --git a/src/convert.c b/src/convert.c index 6cf6f272..e1c58e9a 100644 --- a/src/convert.c +++ b/src/convert.c @@ -870,7 +870,7 @@ register_delete_file (const char *file) /* Register that FILE is an HTML file that has been downloaded. */ void -register_html (const char *url, const char *file) +register_html (const char *file) { if (!downloaded_html_set) downloaded_html_set = make_string_hash_table (0); @@ -880,7 +880,7 @@ register_html (const char *url, const char *file) /* Register that FILE is a CSS file that has been downloaded. */ void -register_css (const char *url, const char *file) +register_css (const char *file) { if (!downloaded_css_set) downloaded_css_set = make_string_hash_table (0);