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