X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mbox.h;fp=mbox.h;h=8c26e82b5841c1861085b8e3e3e84570abf5e614;hp=5379c56b08843390804d53a1346a4388f56c4e0e;hb=baf86ef44a449017ea20c3fcb252b66dc43fe6ce;hpb=5ccacda9b868a0db6bb78ce6e3503861f6b93b67 diff --git a/mbox.h b/mbox.h index 5379c56..8c26e82 100644 --- a/mbox.h +++ b/mbox.h @@ -23,11 +23,10 @@ #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 *);