=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Attic/libroff.h,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/mandoc/Attic/libroff.h 2015/01/30 04:08:37 1.16 --- src/usr.bin/mandoc/Attic/libroff.h 2015/11/07 13:57:55 1.17 *************** *** 1,4 **** ! /* $OpenBSD: libroff.h,v 1.16 2015/01/30 04:08:37 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014, 2015 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: libroff.h,v 1.17 2015/11/07 13:57:55 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014, 2015 Ingo Schwarze *************** *** 60,66 **** size_t valsz; }; - __BEGIN_DECLS struct tbl_node *tbl_alloc(int, int, struct mparse *); void tbl_restart(int, int, struct tbl_node *); --- 60,65 ---- *************** *** 78,82 **** void eqn_free(struct eqn_node *); enum rofferr eqn_read(struct eqn_node **, int, const char *, int, int *); - - __END_DECLS --- 77,79 ----