diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-10-22 21:54:23 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-10-22 21:54:23 +0000 |
commit | 54ffa6b6bcb97f97cc0a3604078eb63aa8c759ef (patch) | |
tree | dc900d7df0c1cae2b95adfcc260ada272f57839b /libman.h | |
parent | 9953b888e25942fa632d3e754daa293a4239d4c5 (diff) | |
download | mandoc-54ffa6b6bcb97f97cc0a3604078eb63aa8c759ef.tar.gz |
move man(7) validation into the dedicated validation phase, too
Diffstat (limited to 'libman.h')
-rw-r--r-- | libman.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,7 +37,8 @@ extern const struct man_macro *const man_macros; __BEGIN_DECLS int man_hash_find(const char *); -void man_valid_post(struct roff_man *); +void man_node_validate(struct roff_man *); +void man_state(struct roff_man *, struct roff_node *); void man_unscope(struct roff_man *, const struct roff_node *); __END_DECLS |