X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Frecur.h;h=76c0ef5f51f511ccec3ebd32d705d2efe7c0004f;hb=a9a2b34b052cfa903462124f59fbfeed7eaf374b;hp=40a8c2de5559b73e2f15fad04b06e023c8550034;hpb=ea3745e8dc2f63cc26557f111f77374dc63e5976;p=wget diff --git a/src/recur.h b/src/recur.h index 40a8c2de..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. @@ -44,6 +44,6 @@ as that of the covered work. */ struct urlpos; void recursive_cleanup (void); -uerr_t retrieve_tree (struct url *); +uerr_t retrieve_tree (struct url *, struct iri *); #endif /* RECUR_H */