]> sjero.net Git - wget/blobdiff - src/iri.h
Introduce find_locale() to find out local system encoding.
[wget] / src / iri.h
index 2ac7d5e77766f20a058a658f28c34367cad909bd..eb344d9fe1d3ef171597dfb5dd99d1f5f3d68b3e 100644 (file)
--- 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 */