fixes, cosmetics
[apps/madmutt.git] / lib-mx / mx.h
index efc732b..a017576 100644 (file)
@@ -24,7 +24,6 @@
    XXX: has to be in the same order than mxfmts in mx.c */
 enum {
     M_MBOX = 1,
-    M_MMDF,
     M_MH,
     M_MAILDIR,
     M_IMAP,
@@ -159,8 +158,6 @@ void mx_update_tables (CONTEXT *, int);
 
 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 */