X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Frecur.h;h=7eeb5642cb3bdd58148db206dff4c923f9da0314;hp=f1da4802baf180be14105d7bb4d6ea0eb08d09f3;hb=94d6650817110c639975d45df57b345e10b0e396;hpb=dc7f8ea8d2dff24a6828d28a2c2ac8ac38201314 diff --git a/src/recur.h b/src/recur.h index f1da4802..7eeb5642 100644 --- a/src/recur.h +++ b/src/recur.h @@ -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 */