=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/roff.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- src/usr.bin/mandoc/roff.h 2015/10/17 00:19:58 1.17 +++ src/usr.bin/mandoc/roff.h 2015/11/07 13:57:55 1.18 @@ -1,4 +1,4 @@ -/* $OpenBSD: roff.h,v 1.17 2015/10/17 00:19:58 schwarze Exp $ */ +/* $OpenBSD: roff.h,v 1.18 2015/11/07 13:57:55 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2013, 2014, 2015 Ingo Schwarze @@ -161,8 +161,5 @@ enum roff_next next; /* Where to put the next node. */ }; -__BEGIN_DECLS void deroff(char **, const struct roff_node *); - -__END_DECLS