f9aa41ab0b9eaea2bcd0bf755337b9f8942bea8c
[apps/madmutt.git] / pop / mx_pop.h
1
2 /*
3  * interface of mx_t implementation for POP
4  */
5
6 #ifndef _POP_MX_H
7 #define _POP_MX_H
8
9 #include "mx.h"
10
11 mx_t* pop_reg_mx (void);
12
13 #endif /* !_POP_MX_H */