X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=mbox.h;h=4959a287649d58dd9f438c6fd788ec313010fb8d;hb=0d52617ab7fc6b2d78b5835ad5230edaf5aafa4f;hp=5379c56b08843390804d53a1346a4388f56c4e0e;hpb=ce220f6dc8789ed75468c63adce953fbdfed11a8;p=apps%2Fmadmutt.git diff --git a/mbox.h b/mbox.h index 5379c56..4959a28 100644 --- a/mbox.h +++ b/mbox.h @@ -23,13 +23,11 @@ #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);