]> sjero.net Git - wget/blobdiff - src/convert.h
NEWS: cite --start-pos
[wget] / src / convert.h
index 3d8b30599ad43163360ec5b0eeac3a5e16fdb410..cdd0a4826c1aaa3d15060cbd4e7e4ece559902f6 100644 (file)
@@ -1,5 +1,6 @@
 /* Declarations for convert.c
-   Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005, 2006, 2009, 2010, 2011 Free Software
+   Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -100,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);