diff options
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -129,6 +129,8 @@ enum mdoc_arch mdoc_atoarch(const char *); enum mdoc_att mdoc_atoatt(const char *); time_t mdoc_atotime(const char *); +char *mdoc_type2a(enum mdoc_type); + int mdoc_valid_pre(struct mdoc *, struct mdoc_node *); int mdoc_valid_post(struct mdoc *); int mdoc_action_pre(struct mdoc *, struct mdoc_node *); |