X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fres.h;h=39c3c55d71b4f6204f6a553110d597af724dad75;hp=94a57750ef8316c3e948ec7ed96d41dd00348ddc;hb=HEAD;hpb=caae3b70f46bd519857b595f7f06ea0179551336 diff --git a/src/res.h b/src/res.h index 94a57750..39c3c55d 100644 --- a/src/res.h +++ b/src/res.h @@ -1,5 +1,6 @@ /* Declarations for res.c. - Copyright (C) 2001, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2001, 2007, 2008, 2009, 2010, 2011 Free Software + Foundation, Inc. This file is part of Wget. @@ -40,7 +41,7 @@ bool res_match_path (const struct robot_specs *, const char *); void res_register_specs (const char *, int, struct robot_specs *); struct robot_specs *res_get_specs (const char *, int); -bool res_retrieve_file (const char *, char **); +bool res_retrieve_file (const char *, char **, struct iri *); bool is_robots_txt_url (const char *);