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