]> git.cameronkatri.com Git - mandoc.git/blobdiff - tag.h
old groff_char(7) reported by kamil at NetBSD
[mandoc.git] / tag.h
diff --git a/tag.h b/tag.h
index c6b6028b649972af7b80d63cefd43255eb567995..1eace6fd515eeef23895c29dac911bde26ad54a9 100644 (file)
--- a/tag.h
+++ b/tag.h
@@ -1,4 +1,4 @@
-/* $Id: tag.h,v 1.13 2020/04/07 22:56:02 schwarze Exp $ */
+/* $Id: tag.h,v 1.14 2020/04/18 20:40:10 schwarze Exp $ */
 /*
  * Copyright (c) 2015, 2018, 2019, 2020 Ingo Schwarze <schwarze@openbsd.org>
  *
@@ -31,5 +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_postprocess(struct roff_man *, struct roff_node *);
 void            tag_free(void);