summaryrefslogtreecommitdiffstatshomepage
path: root/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'tree.c')
-rw-r--r--tree.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/tree.c b/tree.c
index 02e3bea5..4baad7f6 100644
--- a/tree.c
+++ b/tree.c
@@ -1,4 +1,4 @@
-/* $Id: tree.c,v 1.4 2009/02/20 11:04:23 kristaps Exp $ */
+/* $Id: tree.c,v 1.5 2009/02/20 23:35:36 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -122,8 +122,10 @@ treeprint_r(const struct mdoc_node *n, int indent)
}
+/* ARGSUSED */
int
-treeprint(const struct mdoc_node *node)
+treeprint(const struct mdoc_node *node,
+ const struct mdoc_meta *meta)
{
treeprint_r(node, 0);