X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mbox.h;h=e3bc8ca52031dbcaeb66d5dd30e719ccde6fe78d;hp=8c26e82b5841c1861085b8e3e3e84570abf5e614;hb=5fc6c3e42b91af11aa1323f6cfde4d27bbea9ec8;hpb=baf86ef44a449017ea20c3fcb252b66dc43fe6ce diff --git a/mbox.h b/mbox.h index 8c26e82..e3bc8ca 100644 --- a/mbox.h +++ b/mbox.h @@ -15,8 +15,6 @@ #ifndef _MBOX_H #define _MBOX_H -#include - #include "mx.h" /* TODO all of these must disappear to achieve good information hiding */ @@ -28,7 +26,6 @@ int mbox_lock_mailbox (CONTEXT *, int, int); void mbox_unlock_mailbox (CONTEXT *); 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);