=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.73 retrieving revision 1.74 diff -u -p -r1.73 -r1.74 --- mandoc/man_term.c 2010/06/07 20:57:09 1.73 +++ mandoc/man_term.c 2010/06/09 08:07:13 1.74 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.73 2010/06/07 20:57:09 kristaps Exp $ */ +/* $Id: man_term.c,v 1.74 2010/06/09 08:07:13 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -73,9 +73,9 @@ struct termact { static int a2width(const struct man_node *); static int a2height(const struct man_node *); -static void print_man_head(struct termp *, const void *); static void print_man_nodelist(DECL_ARGS); static void print_man_node(DECL_ARGS); +static void print_man_head(struct termp *, const void *); static void print_man_foot(struct termp *, const void *); static void print_bvspace(struct termp *, const struct man_node *);