=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/main.h,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/mandoc/main.h 2011/05/29 21:22:18 1.8 --- src/usr.bin/mandoc/main.h 2011/09/17 14:45:22 1.9 *************** *** 1,4 **** ! /* $Id: main.h,v 1.8 2011/05/29 21:22:18 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: main.h,v 1.9 2011/09/17 14:45:22 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * *************** *** 40,45 **** --- 40,47 ---- void tree_mdoc(void *, const struct mdoc *); void tree_man(void *, const struct man *); + + void man_mdoc(void *, const struct mdoc *); void *locale_alloc(char *); void *utf8_alloc(char *);