=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/main.h,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/mandoc/main.h 2011/09/17 14:45:22 1.9 --- src/usr.bin/mandoc/main.h 2011/10/09 17:59:56 1.10 *************** *** 1,4 **** ! /* $Id: main.h,v 1.9 2011/09/17 14:45:22 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: main.h,v 1.10 2011/10/09 17:59:56 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * *************** *** 42,47 **** --- 42,48 ---- void tree_man(void *, const struct man *); void man_mdoc(void *, const struct mdoc *); + void man_man(void *, const struct man *); void *locale_alloc(char *); void *utf8_alloc(char *);