X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mbox.h;h=fc9a6fde998a1a48edc1eede8157eb74b558e621;hp=238d83885e9683fce057697fa23df449e802464b;hb=bd0ed9bc7c534be30b0140b341b4d8a390483dbd;hpb=330047119d7dc2674918d12253fc24146aefc8d3 diff --git a/mbox.h b/mbox.h index 238d838..fc9a6fd 100644 --- 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