X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mbox.h;h=e3bc8ca52031dbcaeb66d5dd30e719ccde6fe78d;hp=5379c56b08843390804d53a1346a4388f56c4e0e;hb=e6c3d6c782080832a49192a8bd88599ef230678e;hpb=ce220f6dc8789ed75468c63adce953fbdfed11a8 diff --git a/mbox.h b/mbox.h index 5379c56..e3bc8ca 100644 --- a/mbox.h +++ b/mbox.h @@ -15,21 +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 *); mx_t* mbox_reg_mx (void); mx_t* mmdf_reg_mx (void);