summaryrefslogtreecommitdiffstats
path: root/roff_int.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-10-22 21:54:23 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-10-22 21:54:23 +0000
commit54ffa6b6bcb97f97cc0a3604078eb63aa8c759ef (patch)
treedc900d7df0c1cae2b95adfcc260ada272f57839b /roff_int.h
parent9953b888e25942fa632d3e754daa293a4239d4c5 (diff)
downloadmandoc-54ffa6b6bcb97f97cc0a3604078eb63aa8c759ef.tar.gz
move man(7) validation into the dedicated validation phase, too
Diffstat (limited to 'roff_int.h')
-rw-r--r--roff_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/roff_int.h b/roff_int.h
index 001223a6..21954e41 100644
--- a/roff_int.h
+++ b/roff_int.h
@@ -40,7 +40,6 @@ void roff_node_delete(struct roff_man *, struct roff_node *);
*/
void man_breakscope(struct roff_man *, int);
-void man_valid_post(struct roff_man *);
void mdoc_argv_free(struct mdoc_arg *);
__END_DECLS