X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Firi.h;h=3992d76d793c77d738b50b17b0b5cbd85f42caa9;hp=6485847676e1a33b8dc5e78e01f2f70fa58fc018;hb=99396653c22e54e13d9be63f6c333a4b33c6cbda;hpb=85185bde1b9729a27c3841560232266f77f13166 diff --git a/src/iri.h b/src/iri.h index 64858476..3992d76d 100644 --- a/src/iri.h +++ b/src/iri.h @@ -37,6 +37,7 @@ char *find_locale (void); bool check_encoding_name (char *encoding); const char *locale_to_utf8 (const char *str); char *idn_encode (char *host); +char *idn_decode (char *host); #else /* ENABLE_IRI */ @@ -45,6 +46,7 @@ char *idn_encode (char *host); #define check_encoding_name(str) false #define locale_to_utf8(str) (str) #define idn_encode(str) NULL +#define idn_decode(str) NULL #endif /* ENABLE_IRI */ #endif /* IRI_H */