well this makes things fail for people ...
[apps/madmutt.git] / mutt_idna.h
index 58dbd2f..5acc31d 100644 (file)
 #ifndef _MUTT_IDNA_H
 # define _MUTT_IDNA_H
 
 #ifndef _MUTT_IDNA_H
 # define _MUTT_IDNA_H
 
-#if HAVE_CONFIG_H
-# include "config.h"
-#endif
-
 #include <lib-mime/mime.h>
 #include <lib-mime/mime.h>
-#include "charset.h"
-
-#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 *);
 
 int mutt_addrlist_to_idna (address_t *, char **);
 int mutt_addrlist_to_local (address_t *);