=================================================================== RCS file: /cvs/mandoc/tag.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- mandoc/tag.h 2020/04/02 22:12:55 1.12 +++ mandoc/tag.h 2020/04/07 22:56:02 1.13 @@ -1,4 +1,4 @@ -/* $Id: tag.h,v 1.12 2020/04/02 22:12:55 schwarze Exp $ */ +/* $Id: tag.h,v 1.13 2020/04/07 22:56:02 schwarze Exp $ */ /* * Copyright (c) 2015, 2018, 2019, 2020 Ingo Schwarze * @@ -31,4 +31,5 @@ void tag_alloc(void); int tag_exists(const char *); void tag_put(const char *, int, struct roff_node *); +void tag_postprocess(struct roff_node *); void tag_free(void);