drop the horrible list2_t for good.
[apps/madmutt.git] / imap / mx_imap.h
index 526bbf9..f2e5ddd 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);
+extern mx_t const imap_mx;
+
+int imap_is_magic(const char*, struct stat*);
 
 #endif /* !_IMAP_MX_H */