we use glibc, and gconv. Don't need our own transcoding stuff, glibc does
[apps/madmutt.git] / lib-mx / mx.h
index a017576..c40b031 100644 (file)
@@ -28,9 +28,6 @@ enum {
     M_MAILDIR,
     M_IMAP,
     M_POP,
     M_MAILDIR,
     M_IMAP,
     M_POP,
-#ifdef USE_NNTP
-    M_NNTP,
-#endif
     M_COMPRESSED
 };
 
     M_COMPRESSED
 };
 
@@ -156,8 +153,8 @@ void mx_alloc_memory (CONTEXT *);
 void mx_update_context (CONTEXT *, int);
 void mx_update_tables (CONTEXT *, int);
 
 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_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 */
 void mutt_parse_mime_message (CONTEXT * ctx, HEADER *);
 
 #endif /* !_MX_H */