]> sjero.net Git - wget/blobdiff - src/recur.h
Mass update copyright years.
[wget] / src / recur.h
index f1da4802baf180be14105d7bb4d6ea0eb08d09f3..4c9e68697396d4f7a6e1accfed60747d262c00e4 100644 (file)
@@ -1,6 +1,6 @@
 /* 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 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
@@ -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 *, struct iri *);
 
 #endif /* RECUR_H */