]> sjero.net Git - wget/blobdiff - src/recur.h
Merge in gerel's url-parsing stuff.
[wget] / src / recur.h
index f1da4802baf180be14105d7bb4d6ea0eb08d09f3..7eeb5642cb3bdd58148db206dff4c923f9da0314 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
@@ -41,6 +43,7 @@ as that of the covered work.  */
 
 struct urlpos;
 
-uerr_t retrieve_tree (const char *);
+void recursive_cleanup (void);
+uerr_t retrieve_tree (struct url *);
 
 #endif /* RECUR_H */