=================================================================== RCS file: /cvs/mandoc/roff_int.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- mandoc/roff_int.h 2018/12/30 00:49:56 1.12 +++ mandoc/roff_int.h 2018/12/31 04:55:47 1.13 @@ -1,4 +1,4 @@ -/* $Id: roff_int.h,v 1.12 2018/12/30 00:49:56 schwarze Exp $ */ +/* $Id: roff_int.h,v 1.13 2018/12/31 04:55:47 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2013,2014,2015,2017,2018 Ingo Schwarze @@ -80,6 +80,7 @@ struct ohash *roffhash_alloc(enum roff_tok, enum roff 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 *); /*