]> sjero.net Git - wget/blobdiff - src/recur.h
ChangeLog entry for Gerardo's url-parse changes.
[wget] / src / recur.h
index d2c8e6148a64a1eedb40691acd7805c684e1f828..40a8c2de5559b73e2f15fad04b06e023c8550034 100644 (file)
@@ -31,6 +31,8 @@ as that of the covered work.  */
 #ifndef RECUR_H
 #define RECUR_H
 
+#include "url.h"
+
 /* For most options, 0 means no limits, but with -p in the picture,
    that causes a problem on the maximum recursion depth variable.  To
    retain backwards compatibility we allow users to consider "0" to be
@@ -42,11 +44,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 *);
+uerr_t retrieve_tree (struct url *);
 
 #endif /* RECUR_H */