X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/0e017743181b76a26d2758234eb98fc736acc722..23ce90af4d0d1ec547a53b8a66448e146ec30065:/roff.h diff --git a/roff.h b/roff.h index cf29d6d1..750ccbe2 100644 --- 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