X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mbox.h;h=e3bc8ca52031dbcaeb66d5dd30e719ccde6fe78d;hp=8ea345a5705428024a0a982f1d5787734954bc1b;hb=f288d1771c814e6104da83e6f0f1761a40de1224;hpb=9a1805afc94b21d8766e6e67ef57f92aaf966e84 diff --git a/mbox.h b/mbox.h index 8ea345a..e3bc8ca 100644 --- a/mbox.h +++ b/mbox.h @@ -15,22 +15,17 @@ #ifndef _MBOX_H #define _MBOX_H -#include - #include "mx.h" /* TODO all of these must disappear to achieve good information hiding */ #define MMDF_SEP "\001\001\001\001\n" -int mbox_check_mailbox (CONTEXT *, int *); int mbox_close_mailbox (CONTEXT *); int mbox_lock_mailbox (CONTEXT *, int, int); void mbox_unlock_mailbox (CONTEXT *); -int mbox_check_empty (const char *); +int mbox_check_empty (const char*); int mbox_is_magic (const char*, struct stat*); -int mbox_strict_cmp_headers (const HEADER *, const HEADER *); -int mbox_open_new_message (MESSAGE * msg, CONTEXT * dest, HEADER * hdr); mx_t* mbox_reg_mx (void); mx_t* mmdf_reg_mx (void);