summaryrefslogtreecommitdiffstats
path: root/man.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-07 15:03:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-07 15:03:21 +0000
commit1e11aac342ce2784ea599de3b73ad42eedb9739b (patch)
tree958bd161c0697e3fcc22203d93bb3570cad9e0de /man.h
parentd99ea1b5e8f364e61011997c4fd1ea41e247969f (diff)
downloadmandoc-1e11aac342ce2784ea599de3b73ad42eedb9739b.tar.gz
Fixed superfluous function declaration (spotted by Ulrich Sporlein).
Diffstat (limited to 'man.h')
-rw-r--r--man.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/man.h b/man.h
index b2e93c6e..f1ba698c 100644
--- a/man.h
+++ b/man.h
@@ -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 *);