9e44ca1da39a8b91e684cca311462c253808625b
[apps/madmutt.git] / nntp / mx_nntp.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 NNTP
9  */
10
11 #ifndef _NNTP_MX_H
12 #define _NNTP_MX_H
13
14 #include "mx.h"
15
16 extern mx_t const nntp_mx;
17
18 #endif /* !_NNTP_MX_H */