]> sjero.net Git - wget/blobdiff - src/html-url.h
Mark some options as deprecated.
[wget] / src / html-url.h
index a94f0db6c62abd01f929febd4ca669fda9c365ba..50015342e7a4c3fa6c02bc58f1b8177790a7800d 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for html-url.c.
-   Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1997, 2009 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -44,7 +44,7 @@ struct map_context {
 };
 
 struct urlpos *get_urls_file (const char *);
-struct urlpos *get_urls_html (const char *, const char *, bool *);
+struct urlpos *get_urls_html (const char *, const char *, bool *, struct iri *);
 struct urlpos *append_url (const char *, int, int, struct map_context *);
 void free_urlpos (struct urlpos *);