X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mx%2Fmx.h;h=9ccae83f6908434866962e6d3bdbc1c1ef80bbde;hp=a0175769d0921867b263aa9d1de2c4b46191b444;hb=981e10e224fde4de5d40adcee1deda89df2715ca;hpb=0ab517261694b001d2eb17f06f167a4cdd2c7c07 diff --git a/lib-mx/mx.h b/lib-mx/mx.h index a017576..9ccae83 100644 --- a/lib-mx/mx.h +++ b/lib-mx/mx.h @@ -28,9 +28,6 @@ enum { M_MAILDIR, M_IMAP, M_POP, -#ifdef USE_NNTP - M_NNTP, -#endif M_COMPRESSED }; @@ -112,8 +109,6 @@ typedef struct mx_t { #define MAXLOCKATTEMPT 5 -WHERE short DefaultMagic INITVAL (M_MBOX); - /* * please use the following _ONLY_ when doing "something" * with folders @@ -133,8 +128,6 @@ int mx_close_message (MESSAGE **); /* determines magic for given folder */ int mx_get_magic (const char*); -/* sets/parses DefaultMagic */ -int mx_set_magic (const char *); /* tests whether given folder magic is (valid and) local */ int mx_is_local (int); @@ -156,8 +149,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_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 */