X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fcss-url.h;h=7f940e69fddca9f0a7ead16c8c3850b036e2e59f;hp=ff99fee57491fcd193ab7b1f7200fddf5cad5700;hb=38a7829dcb4eb5dba28dbf0f05c6a80fea9217f8;hpb=293008f682e5fa9726136bc121bceadc136c77dc diff --git a/src/css-url.h b/src/css-url.h index ff99fee5..7f940e69 100644 --- a/src/css-url.h +++ b/src/css-url.h @@ -1,5 +1,5 @@ /* Declarations for css-url.c. - Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2006, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -30,6 +30,7 @@ as that of the covered work. */ #ifndef CSS_URL_H #define CSS_URL_H +void get_urls_css (struct map_context *, int, int); void get_urls_css (struct map_context *, int, int); struct urlpos *get_urls_css_file (const char *, const char *);