diff options
Diffstat (limited to 'term.h')
-rw-r--r-- | term.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -49,9 +49,6 @@ struct termact { const struct mdoc_node *); }; -void termprint(const struct mdoc_node *, - const struct mdoc_meta *); - void newln(struct termp *); void vspace(struct termp *); void word(struct termp *, const char *); @@ -59,6 +56,10 @@ void flushln(struct termp *); void transcode(struct termp *, const char *, size_t); +void subtree(struct termp *, + const struct mdoc_meta *, + const struct mdoc_node *); + const struct termact *termacts; __END_DECLS |