diff options
Diffstat (limited to 'man.h')
-rw-r--r-- | man.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -63,6 +63,7 @@ __BEGIN_DECLS struct roff_man; -const struct mparse *man_mparse(const struct roff_man *); +const struct mparse *man_mparse(const struct roff_man *); +void man_validate(struct roff_man *); __END_DECLS |