Rocco Rutte:
[apps/madmutt.git] / imap / mx_imap.h
index c4eb0e0..526bbf9 100644 (file)
@@ -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
 
 /*
  * interface of mx_t implementation for IMAP
@@ -6,8 +11,11 @@
 #ifndef _IMAP_MX_H
 #define _IMAP_MX_H
 
 #ifndef _IMAP_MX_H
 #define _IMAP_MX_H
 
+#include <sys/stat.h>
+
 #include "mx.h"
 
 #include "mx.h"
 
+int imap_is_magic (const char*, struct stat*);
 mx_t* imap_reg_mx (void);
 
 #endif /* !_IMAP_MX_H */
 mx_t* imap_reg_mx (void);
 
 #endif /* !_IMAP_MX_H */