X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Firi.h;h=49b25d3bb39b3b37e36cce4c49e4a01dc2873010;hp=1d2fe645807f969eb1e35b0bd3a3279f647349de;hb=2f6aa1d7417df1dfc58597777686fbd77179b9fd;hpb=293008f682e5fa9726136bc121bceadc136c77dc diff --git a/src/iri.h b/src/iri.h index 1d2fe645..49b25d3b 100644 --- a/src/iri.h +++ b/src/iri.h @@ -1,5 +1,5 @@ /* Internationalization related declarations. - Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -54,7 +54,7 @@ void set_content_encoding (struct iri *i, char *charset); #else /* ENABLE_IRI */ -struct iri dummy_iri; +static struct iri dummy_iri; #define parse_charset(str) NULL #define find_locale() NULL