X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mh.h;h=77722a8333c10abb44631af4de464d71126bbadc;hp=65f8247e417a182a151ad99ebcc0052a2b5439ca;hb=ac1ea3143e61def7fc9000bee6d0d59d56c5b997;hpb=42cc85de46ed8971a6c793835023cf26766fb096 diff --git a/mh.h b/mh.h index 65f8247..77722a8 100644 --- a/mh.h +++ b/mh.h @@ -15,18 +15,15 @@ #ifndef _MH_H #define _MH_H -#include - #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 *); - -/* these are the only publicly visible for usage */ - -mx_t* maildir_reg_mx (void); -mx_t* mh_reg_mx (void); +int mh_valid_message (const char *); #endif /* !_MH_H */