]> sjero.net Git - wget/blobdiff - src/recur.h
[svn] Split off non-URL related stuff from url.c to convert.c.
[wget] / src / recur.h
index 73abccaaf7879298653ec636ddd85e3acebbbc29..69d6ed985e9c993390e3398af12fd9addb6d7247 100644 (file)
@@ -30,12 +30,14 @@ so, delete this exception statement from your version.  */
 #ifndef RECUR_H
 #define RECUR_H
 
+struct urlpos;
+
 void recursive_cleanup PARAMS ((void));
 uerr_t retrieve_tree PARAMS ((const char *));
 
-void register_download PARAMS ((const char *, const char *));
-void register_redirection PARAMS ((const char *, const char *));
-void register_html PARAMS ((const char *, const char *));
-void convert_all_links PARAMS ((void));
+/* These are really in html-url.c. */
+struct urlpos *get_urls_file PARAMS ((const char *));
+struct urlpos *get_urls_html PARAMS ((const char *, const char *, int *));
+void free_urlpos PARAMS ((struct urlpos *));
 
 #endif /* RECUR_H */