Rocco Rutte:
[apps/madmutt.git] / imap / mx_imap.h
1
2 /*
3  * interface of mx_t implementation for IMAP
4  */
5
6 #ifndef _IMAP_MX_H
7 #define _IMAP_MX_H
8
9 #include "mx.h"
10
11 mx_t* imap_reg_mx (void);
12
13 #endif /* !_IMAP_MX_H */