diff options
Diffstat (limited to 'libmandoc.h')
-rw-r--r-- | libmandoc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libmandoc.h b/libmandoc.h index 115b7511..67b4fb7a 100644 --- a/libmandoc.h +++ b/libmandoc.h @@ -35,6 +35,11 @@ struct buf { __BEGIN_DECLS +struct mparse; +struct mchars; +enum mandocerr; +struct tbl_span; +struct eqn; struct roff; struct mdoc; struct man; |