fix idn support properly
[apps/madmutt.git] / mutt_idna.h
index 777130f..15dec33 100644 (file)
@@ -14,9 +14,6 @@
 
 #define MI_MAY_BE_IRREVERSIBLE         (1 << 0)
 
-int mutt_idna_to_local (const char *, char **, int);
-int mutt_local_to_idna (const char *, char **);
-
 int mutt_addrlist_to_idna (address_t *, char **);
 int mutt_addrlist_to_local (address_t *);