use my own APIS for headers, parameters and so on
[apps/madmutt.git] / imap / mx_imap.h
index 3b20c80..526bbf9 100644 (file)
 #ifndef _IMAP_MX_H
 #define _IMAP_MX_H
 
+#include <sys/stat.h>
+
 #include "mx.h"
 
+int imap_is_magic (const char*, struct stat*);
 mx_t* imap_reg_mx (void);
 
 #endif /* !_IMAP_MX_H */