cbf57a2ce68c9d3ccb4958a2bc22dcde3cd09030
[apps/madmutt.git] / pop / mx_pop.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 POP
9  */
10
11 #ifndef _POP_MX_H
12 #define _POP_MX_H
13
14 #include "mx.h"
15
16 mx_t* pop_reg_mx (void);
17
18 #endif /* !_POP_MX_H */