X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Frecur.h;h=76c0ef5f51f511ccec3ebd32d705d2efe7c0004f;hp=515a382b03dfbfa48cb7d0d70e7aa9d8c0e2e9bd;hb=d763f8bf6d6e13ce006ffab616cc8a77e747a633;hpb=cbd54b549a49465d4545c136d8061f6ef3889a30 diff --git a/src/recur.h b/src/recur.h index 515a382b..76c0ef5f 100644 --- a/src/recur.h +++ b/src/recur.h @@ -1,6 +1,6 @@ /* Declarations for recur.c. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -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,6 +44,6 @@ as that of the covered work. */ struct urlpos; void recursive_cleanup (void); -uerr_t retrieve_tree (const char *, struct iri *); +uerr_t retrieve_tree (struct url *, struct iri *); #endif /* RECUR_H */