X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fmx_imap.h;h=f2e5dddc8c4d69f57c8c6de52aafb5cd3f694bf2;hb=bd0ed9bc7c534be30b0140b341b4d8a390483dbd;hp=c4eb0e0ae236029455b644d2aa45fb3b874de285;hpb=25bf57d598476b329536fa3f748cc0c529fef6bd;p=apps%2Fmadmutt.git diff --git a/imap/mx_imap.h b/imap/mx_imap.h index c4eb0e0..f2e5ddd 100644 --- a/imap/mx_imap.h +++ b/imap/mx_imap.h @@ -1,3 +1,8 @@ +/* + * This file is part of mutt-ng, see http://www.muttng.org/. + * It's licensed under the GNU General Public License, + * please see the file GPL in the top level source directory. + */ /* * interface of mx_t implementation for IMAP @@ -8,6 +13,8 @@ #include "mx.h" -mx_t* imap_reg_mx (void); +extern mx_t const imap_mx; + +int imap_is_magic(const char*, struct stat*); #endif /* !_IMAP_MX_H */