X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Firi.h;h=eb344d9fe1d3ef171597dfb5dd99d1f5f3d68b3e;hp=2ac7d5e77766f20a058a658f28c34367cad909bd;hb=2baf3239333fd28763ce4135c38d6e85dcbb8cfc;hpb=13fec855660ee55c43f64fe47fbc284f35ca6e6e diff --git a/src/iri.h b/src/iri.h index 2ac7d5e7..eb344d9f 100644 --- a/src/iri.h +++ b/src/iri.h @@ -33,11 +33,12 @@ as that of the covered work. */ #ifdef ENABLE_IRI char *parse_charset (char *str); - +char *find_locale (void); #else /* ENABLE_IRI */ #define parse_charset(str) NULL +#define find_locale() NULL #endif /* ENABLE_IRI */ #endif /* IRI_H */