]> sjero.net Git - wget/blobdiff - src/recur.h
Correct iri handling while fetching a remote file list with -i and provide a test
[wget] / src / recur.h
index 9fead6723a6863f70d7a2e30f036990fab7977f2..515a382b03dfbfa48cb7d0d70e7aa9d8c0e2e9bd 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for recur.c.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -42,11 +42,6 @@ as that of the covered work.  */
 struct urlpos;
 
 void recursive_cleanup (void);
-uerr_t retrieve_tree (const char *);
-
-/* These are really in html-url.c. */
-struct urlpos *get_urls_file (const char *);
-struct urlpos *get_urls_html (const char *, const char *, bool *);
-void free_urlpos (struct urlpos *);
+uerr_t retrieve_tree (const char *, struct iri *);
 
 #endif /* RECUR_H */