diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-01 08:05:52 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-01 08:05:52 +0000 |
commit | 35222d2bf1b794cf12e57a16c0bef4a7bcf4eeba (patch) | |
tree | 44fe9754b5993ea9db9db6a9c6e870be5c94f738 /libmandoc.h | |
parent | b61046b64bcba656a10cf3b23c4cb547c2f2eef5 (diff) | |
download | mandoc-35222d2bf1b794cf12e57a16c0bef4a7bcf4eeba.tar.gz |
header cleanup:
* add missing forward declarations
* remove needless header inclusions
* some style unification
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; |