remove yet anoter round of str_* functions, replaced with their inlineable
[apps/madmutt.git] / imap / mx_imap.h
1 /*
2  * This file is part of mutt-ng, see http://www.muttng.org/.
3  * It's licensed under the GNU General Public License,
4  * please see the file GPL in the top level source directory.
5  */
6
7 /*
8  * interface of mx_t implementation for IMAP
9  */
10
11 #ifndef _IMAP_MX_H
12 #define _IMAP_MX_H
13
14 #include <sys/stat.h>
15
16 #include "mx.h"
17
18 int imap_is_magic (const char*, struct stat*);
19 mx_t* imap_reg_mx (void);
20
21 #endif /* !_IMAP_MX_H */