-struct termact {
- int (*pre)(struct termp *,
- const struct mdoc_meta *,
- const struct mdoc_node *);
- void (*post)(struct termp *,
- const struct mdoc_meta *,
- const struct mdoc_node *);
-};
-
-void newln(struct termp *);
-void vspace(struct termp *);
-void word(struct termp *, const char *);
-void flushln(struct termp *);
-void transcode(struct termp *,
- const char *, size_t);
-
-void subtree(struct termp *,
- const struct mdoc_meta *,
- const struct mdoc_node *);
+void *term_ascii2htab(void);
+const char *term_a2ascii(void *, const char *, size_t, size_t *);
+void term_asciifree(void *);