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