]> sjero.net Git - wget/blobdiff - src/recur.h
Remove an unused declaration.
[wget] / src / recur.h
index d2c8e6148a64a1eedb40691acd7805c684e1f828..005445b6f2d6d1a1267684b5be6547826b59c179 100644 (file)
@@ -41,12 +41,6 @@ as that of the covered work.  */
 
 struct urlpos;
 
-void recursive_cleanup (void);
 uerr_t retrieve_tree (const char *);
 
-/* These are really in html-url.c. */
-struct urlpos *get_urls_file (const char *);
-struct urlpos *get_urls_html (const char *, const char *, bool *);
-void free_urlpos (struct urlpos *);
-
 #endif /* RECUR_H */