sort out some prototypes, put them where they belong.
[apps/madmutt.git] / mx.h
diff --git a/mx.h b/mx.h
index b5fdd6b..8f0a365 100644 (file)
--- a/mx.h
+++ b/mx.h
@@ -19,6 +19,9 @@
 
 #include <sys/stat.h>
 #include <utime.h>
+#include <stdio.h>
+
+#include "mutt.h"
 
 /*
  * supported mailbox formats
@@ -29,12 +32,8 @@ enum {
     M_MMDF,
     M_MH,
     M_MAILDIR,
-#ifdef USE_IMAP
     M_IMAP,
-#endif
-#ifdef USE_POP
     M_POP,
-#endif
 #ifdef USE_NNTP
     M_NNTP,
 #endif
@@ -170,5 +169,6 @@ int mx_lock_file (const char *, int, int, int, int);
 int mx_unlock_file (const char *path, int fd, int dot);
 
 int mx_rebuild_cache (void);
+void mutt_parse_mime_message (CONTEXT * ctx, HEADER *);
 
 #endif /* !_MX_H */