diff options
Diffstat (limited to 'usr.bin/mandoc/main.h')
-rw-r--r-- | usr.bin/mandoc/main.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mandoc/main.h b/usr.bin/mandoc/main.h index 88916340d52..f6be7534525 100644 --- a/usr.bin/mandoc/main.h +++ b/usr.bin/mandoc/main.h @@ -1,4 +1,4 @@ -/* $Id: main.h,v 1.9 2011/09/17 14:45:22 schwarze Exp $ */ +/* $Id: main.h,v 1.10 2011/10/09 17:59:56 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -42,6 +42,7 @@ void tree_mdoc(void *, const struct mdoc *); 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 *); |