X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_idna.h;h=5acc31d17f5a9e4b58eb212b19dfb5310bd65052;hp=777130f9c76cca10bf95466c72c99317c4eee587;hb=049b21f53af51ad7259613f5eefaa0f37b1b2167;hpb=d8aeb41018aaf2f85fbd937278ffdd94164e236e diff --git a/mutt_idna.h b/mutt_idna.h index 777130f..5acc31d 100644 --- a/mutt_idna.h +++ b/mutt_idna.h @@ -12,11 +12,6 @@ #include -#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 *);