X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Frecur.h;h=d1312471cc702e4973f30d920521f364ba0bb1d3;hp=7eeb5642cb3bdd58148db206dff4c923f9da0314;hb=2f6aa1d7417df1dfc58597777686fbd77179b9fd;hpb=94d6650817110c639975d45df57b345e10b0e396 diff --git a/src/recur.h b/src/recur.h index 7eeb5642..d1312471 100644 --- a/src/recur.h +++ b/src/recur.h @@ -1,6 +1,7 @@ /* Declarations for recur.c. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, + Inc. This file is part of GNU Wget. @@ -44,6 +45,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 */