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