diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-13 10:57:25 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-13 10:57:25 +0000 |
commit | c73e1ec1c6a54b399da7b779448188ef6db6db68 (patch) | |
tree | 03658ba627049a18bc861428324a55cc63174686 /tree.c | |
parent | fd6f541ce489626cb695b97a00cee1e243aa40a4 (diff) | |
download | mandoc-c73e1ec1c6a54b399da7b779448188ef6db6db68.tar.gz |
Moved output definitions into main.h.
Pushed terminal_{mdoc,man} into {mdoc,man}_term.c.
Diffstat (limited to 'tree.c')
-rw-r--r-- | tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ #include "mdoc.h" #include "man.h" +#include "main.h" static void print_mdoc(const struct mdoc_node *, int); static void print_man(const struct man_node *, int); |