diff options
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -136,7 +136,8 @@ time_t mdoc_atotime(const char *); char *mdoc_type2a(enum mdoc_type); char *mdoc_node2a(struct mdoc_node *); -int mdoc_valid_pre(struct mdoc *, struct mdoc_node *); +int mdoc_valid_pre(struct mdoc *, + const struct mdoc_node *); int mdoc_valid_post(struct mdoc *); int mdoc_action_pre(struct mdoc *, struct mdoc_node *); int mdoc_action_post(struct mdoc *); |