diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-07 15:03:21 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-07 15:03:21 +0000 |
commit | 1e11aac342ce2784ea599de3b73ad42eedb9739b (patch) | |
tree | 958bd161c0697e3fcc22203d93bb3570cad9e0de | |
parent | d99ea1b5e8f364e61011997c4fd1ea41e247969f (diff) | |
download | mandoc-1e11aac342ce2784ea599de3b73ad42eedb9739b.tar.gz |
Fixed superfluous function declaration (spotted by Ulrich Sporlein).
-rw-r--r-- | man.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -107,7 +107,6 @@ struct man *man_alloc(void *, int, const struct man_cb *); int man_reset(struct man *); int man_parseln(struct man *, int, char *buf); int man_endparse(struct man *); -int man_valid_post(struct man *); const struct man_node *man_node(const struct man *); const struct man_meta *man_meta(const struct man *); |