=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/roff_int.h,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/mandoc/roff_int.h 2018/12/30 00:48:48 1.12 --- src/usr.bin/mandoc/roff_int.h 2018/12/31 04:55:42 1.13 *************** *** 1,4 **** ! /* $OpenBSD: roff_int.h,v 1.12 2018/12/30 00:48:48 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2013,2014,2015,2017,2018 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: roff_int.h,v 1.13 2018/12/31 04:55:42 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2013,2014,2015,2017,2018 Ingo Schwarze *************** *** 80,85 **** --- 80,86 ---- enum roff_tok roffhash_find(struct ohash *, const char *, size_t); void roffhash_free(struct ohash *); + void roff_state_reset(struct roff_man *); void roff_validate(struct roff_man *); /*