use gperf for the charsets as well.
[apps/madmutt.git] / mbox.h
diff --git a/mbox.h b/mbox.h
index 5379c56..4959a28 100644 (file)
--- a/mbox.h
+++ b/mbox.h
 
 #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);