]> git.cameronkatri.com Git - mandoc.git/blobdiff - roff.h
This one needs config.h too, if only for __BEGIN_DECLS.
[mandoc.git] / roff.h
diff --git a/roff.h b/roff.h
index cf29d6d1b1f3e818343e6065cae8d66fd3ca3970..750ccbe2686c8cf4d4d3e1ece4cd8f7712af29df 100644 (file)
--- a/roff.h
+++ b/roff.h
@@ -157,3 +157,9 @@ struct      roff_man {
        enum roff_sec     lastnamed; /* Last standard section seen. */
        enum roff_next    next;    /* Where to put the next node. */
 };
+
+__BEGIN_DECLS
+
+void            deroff(char **, const struct roff_node *);
+
+__END_DECLS