X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mh.h;fp=mh.h;h=77722a8333c10abb44631af4de464d71126bbadc;hp=4764f7add31d81613ca5065c8d2ae3f930af1bf9;hb=2ce8de509852f47a90f834b3e8d047e054810309;hpb=676b896e26b7aeef16d95aba7a5ea9322d2dc6e1 diff --git a/mh.h b/mh.h index 4764f7a..77722a8 100644 --- a/mh.h +++ b/mh.h @@ -17,15 +17,13 @@ #include "mx.h" +extern mx_t const maildir_mx; +extern mx_t const mh_mx; + /* TODO all of these must disappear to achieve good information hiding */ int mh_buffy (const char *); FILE *maildir_open_find_message (const char *, const char *); int mh_valid_message (const char *); -/* these are the only publicly visible for usage */ - -mx_t* maildir_reg_mx (void); -mx_t* mh_reg_mx (void); - #endif /* !_MH_H */