summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'private.h')
-rw-r--r--private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/private.h b/private.h
index 9ca3f427..25f96f6d 100644
--- a/private.h
+++ b/private.h
@@ -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 *);