=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/libmandoc.h,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/mandoc/libmandoc.h 2014/07/09 11:30:07 1.28 --- src/usr.bin/mandoc/libmandoc.h 2014/09/06 22:38:35 1.29 *************** *** 1,4 **** ! /* $Id: libmandoc.h,v 1.28 2014/07/09 11:30:07 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons * Copyright (c) 2013, 2014 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: libmandoc.h,v 1.29 2014/09/06 22:38:35 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons * Copyright (c) 2013, 2014 Ingo Schwarze *************** *** 74,79 **** --- 74,80 ---- char *roff_strdup(const struct roff *, const char *); int roff_getcontrol(const struct roff *, const char *, int *); + int roff_getformat(const struct roff *); #if 0 char roff_eqndelim(const struct roff *); void roff_openeqn(struct roff *, const char *,