=================================================================== RCS file: /cvs/mandoc/roff.h,v retrieving revision 1.33 retrieving revision 1.34 diff -u -p -r1.33 -r1.34 --- mandoc/roff.h 2015/04/19 14:00:20 1.33 +++ mandoc/roff.h 2015/04/23 16:17:44 1.34 @@ -1,4 +1,4 @@ -/* $OpenBSD: roff.h,v 1.33 2015/04/19 14:00:20 schwarze Exp $ */ +/* $OpenBSD: roff.h,v 1.34 2015/04/23 16:17:44 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2013, 2014, 2015 Ingo Schwarze @@ -157,3 +157,9 @@ struct roff_man { enum roff_sec lastnamed; /* Last standard section seen. */ enum roff_next next; /* Where to put the next node. */ }; + +__BEGIN_DECLS + +void deroff(char **, const struct roff_node *); + +__END_DECLS