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