summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/mdoc.h b/mdoc.h
index d1287902..506f3a57 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -420,9 +420,6 @@ const struct mdoc_node *mdoc_result(struct mdoc *);
/* Signal end of parse sequence (boolean retval). */
int mdoc_endparse(struct mdoc *);
-/* Node type to static string. */
-char *mdoc_type2a(enum mdoc_type);
-
__END_DECLS
#endif /*!MDOC_H*/