X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fmx_imap.h;h=e4758c3423c95abd949104a60827dcd4199c7f0e;hb=d63fe782146b7e2860d45fd6c2cf5369d9b0a87a;hp=c4eb0e0ae236029455b644d2aa45fb3b874de285;hpb=25bf57d598476b329536fa3f748cc0c529fef6bd;p=apps%2Fmadmutt.git diff --git a/imap/mx_imap.h b/imap/mx_imap.h index c4eb0e0..e4758c3 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,7 @@ #include "mx.h" +int imap_is_magic (const char*, struct stat*); mx_t* imap_reg_mx (void); #endif /* !_IMAP_MX_H */