=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mdoc.h,v retrieving revision 1.66 retrieving revision 1.67 diff -c -r1.66 -r1.67 *** src/usr.bin/mandoc/mdoc.h 2015/04/18 17:50:02 1.66 --- src/usr.bin/mandoc/mdoc.h 2015/04/23 16:17:04 1.67 *************** *** 1,4 **** ! /* $OpenBSD: mdoc.h,v 1.66 2015/04/18 17:50:02 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014, 2015 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: mdoc.h,v 1.67 2015/04/23 16:17:04 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014, 2015 Ingo Schwarze *************** *** 279,289 **** /* Names of macro args. Index is enum mdocargt. */ extern const char *const *mdoc_argnames; - - __BEGIN_DECLS - - struct roff_man; - - void mdoc_deroff(char **, const struct roff_node *); - - __END_DECLS --- 279,281 ----