X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Finit.c;h=3fb9aa23948cef0f1121f7c4bc797b699199dedf;hp=142ff81dd84d6a2fa2edddb596b8df0fb016ae89;hb=2219d47ba301c3ea47b36291dda8eabead0fc75d;hpb=42139ce9b1697a424e31b3d0f7b1a07315661579 diff --git a/src/init.c b/src/init.c index 142ff81d..3fb9aa23 100644 --- a/src/init.c +++ b/src/init.c @@ -55,6 +55,7 @@ so, delete this exception statement from your version. */ #include "progress.h" #include "recur.h" /* for INFINITE_RECURSION */ #include "convert.h" /* for convert_cleanup */ +#include "res.h" /* for res_cleanup */ #ifndef errno extern int errno; @@ -1300,8 +1301,6 @@ check_user_specified_header (const char *s) } void cleanup_html_url PARAMS ((void)); -void res_cleanup PARAMS ((void)); -void downloaded_files_free PARAMS ((void)); void http_cleanup PARAMS ((void)); @@ -1332,7 +1331,6 @@ cleanup (void) res_cleanup (); http_cleanup (); cleanup_html_url (); - downloaded_files_free (); host_cleanup (); log_cleanup ();