X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Frecur.h;fp=src%2Frecur.h;h=69d6ed985e9c993390e3398af12fd9addb6d7247;hp=73abccaaf7879298653ec636ddd85e3acebbbc29;hb=95c647eb443b51e1ee7127be076d033dd34d4ed5;hpb=12ffc87ca78d3bd8db6a291845604f7c88c1087e diff --git a/src/recur.h b/src/recur.h index 73abccaa..69d6ed98 100644 --- a/src/recur.h +++ b/src/recur.h @@ -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 */