Rocco Rutte:
[apps/madmutt.git] / nntp / mx_nntp.h
diff --git a/nntp/mx_nntp.h b/nntp/mx_nntp.h
new file mode 100644 (file)
index 0000000..3ec43cf
--- /dev/null
@@ -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 */