]> sjero.net Git - wget/blobdiff - src/init.c
Remove static modifier for functions used in other modules.
[wget] / src / init.c
index 365fb5baf68f38ad38634887915e7db8c9b67b50..cafd456cd2befc18d89e33bbbdc58600a435eaef 100644 (file)
@@ -1669,6 +1669,7 @@ decode_string (const char *val, const struct decode_item *items, int itemcount,
 
 \f
 void cleanup_html_url (void);
+void spider_cleanup (void);
 
 
 /* Free the memory allocated by global variables.  */
@@ -1703,6 +1704,7 @@ cleanup (void)
   res_cleanup ();
   http_cleanup ();
   cleanup_html_url ();
+  spider_cleanup ();
   host_cleanup ();
   log_cleanup ();