merge OPS that do not need to be split anymore.
[apps/madmutt.git] / mbox.h
diff --git a/mbox.h b/mbox.h
index 4959a28..238d838 100644 (file)
--- a/mbox.h
+++ b/mbox.h
@@ -15,8 +15,6 @@
 #ifndef _MBOX_H
 #define _MBOX_H
 
-#include <sys/stat.h>
-
 #include "mx.h"
 
 /* TODO all of these must disappear to achieve good information hiding */
@@ -25,7 +23,6 @@
 
 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_is_magic (const char*, struct stat*);