=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/main.h,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- src/usr.bin/mandoc/main.h 2016/07/15 19:31:53 1.21 +++ src/usr.bin/mandoc/main.h 2017/03/03 14:21:41 1.22 @@ -1,4 +1,4 @@ -/* $OpenBSD: main.h,v 1.21 2016/07/15 19:31:53 schwarze Exp $ */ +/* $OpenBSD: main.h,v 1.22 2017/03/03 14:21:41 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014, 2015 Ingo Schwarze @@ -49,3 +49,5 @@ void terminal_mdoc(void *, const struct roff_man *); void terminal_man(void *, const struct roff_man *); void terminal_sepline(void *); + +void markdown_mdoc(void *, const struct roff_man *);