Use good m_ functions, because it smell like a flower, version 2.
[apps/madmutt.git] / mutt_idna.h
index b047e4b..777130f 100644 (file)
 #ifndef _MUTT_IDNA_H
 # define _MUTT_IDNA_H
 
-#if HAVE_CONFIG_H
-# include "config.h"
-#endif
-
 #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 *, const char **);
+int mutt_addrlist_to_idna (address_t *, char **);
 int mutt_addrlist_to_local (address_t *);
 
 void mutt_env_to_local (ENVELOPE *);
-int mutt_env_to_idna (ENVELOPE *, const char **, const char **);
+int mutt_env_to_idna (ENVELOPE *, const char **, char **);
 
 const char *mutt_addr_for_display (address_t * a);