use a proper "hack" for iconv functions:
[apps/madmutt.git] / mutt.h
diff --git a/mutt.h b/mutt.h
index e8d53e6..10dfd10 100644 (file)
--- a/mutt.h
+++ b/mutt.h
@@ -848,7 +848,7 @@ typedef struct {
 typedef struct {
   char *major;
   int major_int;
-  char *minor;
+  const char *minor;
   regex_t minor_rx;
 } ATTACH_MATCH;