X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=pop%2Fmx_pop.h;fp=pop%2Fmx_pop.h;h=f9aa41ab0b9eaea2bcd0bf755337b9f8942bea8c;hb=25bf57d598476b329536fa3f748cc0c529fef6bd;hp=0000000000000000000000000000000000000000;hpb=ee1d4d931ca3ebec494694b74a1868a7a2e631e3;p=apps%2Fmadmutt.git diff --git a/pop/mx_pop.h b/pop/mx_pop.h new file mode 100644 index 0000000..f9aa41a --- /dev/null +++ b/pop/mx_pop.h @@ -0,0 +1,13 @@ + +/* + * 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 */