X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fconvert.h;h=cdd0a4826c1aaa3d15060cbd4e7e4ece559902f6;hb=8c2fd06ba80b5312b4540859d452664450ec054f;hp=0d3166e6d9610138c7ef0c18b6fab20412a101ce;hpb=b9e9ad65ccf6c1fbf989852c5adbb0f840f9c58b;p=wget diff --git a/src/convert.h b/src/convert.h index 0d3166e6..cdd0a482 100644 --- a/src/convert.h +++ b/src/convert.h @@ -1,6 +1,6 @@ /* Declarations for convert.c - Copyright (C) 2003, 2004, 2005, 2006, 2009 Free Software Foundation, - Inc. + Copyright (C) 2003, 2004, 2005, 2006, 2009, 2010, 2011 Free Software + Foundation, Inc. This file is part of GNU Wget. @@ -101,8 +101,8 @@ downloaded_file_t downloaded_file (downloaded_file_t, const char *); void register_download (const char *, const char *); void register_redirection (const char *, const char *); -void register_html (const char *, const char *); -void register_css (const char *, const char *); +void register_html (const char *); +void register_css (const char *); void register_delete_file (const char *); void convert_all_links (void); void convert_cleanup (void);