/* * 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 NNTP */ #ifndef _NNTP_MX_H #define _NNTP_MX_H #include "mx.h" mx_t* nntp_reg_mx (void); #endif /* !_NNTP_MX_H */