summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mdoc.h b/mdoc.h
index e1abc40f..edfef65f 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -279,3 +279,9 @@ extern const char *const *mdoc_macronames;
/* Names of macro args. Index is enum mdocargt. */
extern const char *const *mdoc_argnames;
+
+__BEGIN_DECLS
+
+void mdoc_validate(struct roff_man *);
+
+__END_DECLS