aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tree.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-13 10:57:25 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-13 10:57:25 +0000
commite012cb8b2706ff0d54c6b3b68fa79354484752dc (patch)
treea744b05cb6416b74c66a37caba7752483cf602a1 /tree.c
parent5cf7b56146264fe9cc6ca3f7594e29a1da4df624 (diff)
downloadmandoc-e012cb8b2706ff0d54c6b3b68fa79354484752dc.tar.gz
mandoc-e012cb8b2706ff0d54c6b3b68fa79354484752dc.tar.zst
mandoc-e012cb8b2706ff0d54c6b3b68fa79354484752dc.zip
Moved output definitions into main.h.
Pushed terminal_{mdoc,man} into {mdoc,man}_term.c.
Diffstat (limited to 'tree.c')
-rw-r--r--tree.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tree.c b/tree.c
index d0aee4ab..2d75ae1d 100644
--- a/tree.c
+++ b/tree.c
@@ -1,4 +1,4 @@
-/* $Id: tree.c,v 1.15 2009/09/16 09:41:24 kristaps Exp $ */
+/* $Id: tree.c,v 1.16 2009/10/13 10:57:25 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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);