Fix compilation warnings in crypt-gpgme.c, cryptglue.c and pgpkey.c
[apps/madmutt.git] / mx.h
diff --git a/mx.h b/mx.h
index bb15783..60f7782 100644 (file)
--- a/mx.h
+++ b/mx.h
 #ifndef _MX_H
 #define _MX_H
 
-#include <sys/stat.h>
 #include <utime.h>
-#include <stdio.h>
-
 #include "mutt.h"
 
 /*
@@ -32,9 +29,7 @@ enum {
     M_MMDF,
     M_MH,
     M_MAILDIR,
-#ifdef USE_IMAP
     M_IMAP,
-#endif
     M_POP,
 #ifdef USE_NNTP
     M_NNTP,
@@ -171,5 +166,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 */