=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/libmandoc.h,v retrieving revision 1.29 retrieving revision 1.30 diff -c -r1.29 -r1.30 *** src/usr.bin/mandoc/libmandoc.h 2014/09/06 22:38:35 1.29 --- src/usr.bin/mandoc/libmandoc.h 2014/10/16 01:10:06 1.30 *************** *** 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 --- 1,4 ---- ! /* $OpenBSD: libmandoc.h,v 1.30 2014/10/16 01:10:06 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons * Copyright (c) 2013, 2014 Ingo Schwarze *************** *** 75,86 **** 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 *, - int, int, const char *); - int roff_closeeqn(struct roff *); - #endif const struct tbl_span *roff_span(const struct roff *); const struct eqn *roff_eqn(const struct roff *); --- 75,80 ----