we use glibc, and gconv. Don't need our own transcoding stuff, glibc does
[apps/madmutt.git] / lib-mx / mx.h
index efc732b..c40b031 100644 (file)
    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,
     M_POP,
-#ifdef USE_NNTP
-    M_NNTP,
-#endif
     M_COMPRESSED
 };
 
@@ -157,10 +153,8 @@ void mx_alloc_memory (CONTEXT *);
 void mx_update_context (CONTEXT *, int);
 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);
+int mx_lock_file(const char *, int, int, int);
+int mx_unlock_file(const char *path, int fd);
 void mutt_parse_mime_message (CONTEXT * ctx, HEADER *);
 
 #endif /* !_MX_H */