no more list2_t for mx's anymore either.
[apps/madmutt.git] / mbox.h
diff --git a/mbox.h b/mbox.h
index 238d838..fc9a6fd 100644 (file)
--- a/mbox.h
+++ b/mbox.h
@@ -17,6 +17,9 @@
 
 #include "mx.h"
 
+extern mx_t const mbox_mx;
+extern mx_t const mmdf_mx;
+
 /* TODO all of these must disappear to achieve good information hiding */
 
 #define MMDF_SEP "\001\001\001\001\n"
@@ -26,7 +29,4 @@ int mbox_lock_mailbox (CONTEXT *, int, int);
 int mbox_check_empty (const char*);
 int mbox_is_magic (const char*, struct stat*);
 
-mx_t* mbox_reg_mx (void);
-mx_t* mmdf_reg_mx (void);
-
 #endif