-void terminal_mdoc(void *, const struct roff_man *);
-void terminal_man(void *, const struct roff_man *);
+void terminal_mdoc(void *, const struct roff_meta *);
+void terminal_man(void *, const struct roff_meta *);
+void terminal_sepline(void *);
+
+void markdown_mdoc(void *, const struct roff_meta *);