aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit12c59411c4adf333715dc85394a72cbbab885859 (patch)
tree0b4cc99dbd3cb8ccbe6b922928285dab8114f5ba
parent5e38943c4392d2c88827cb904d3df6c06d22954b (diff)
downloadmandoc-12c59411c4adf333715dc85394a72cbbab885859.tar.gz
mandoc-12c59411c4adf333715dc85394a72cbbab885859.tar.zst
mandoc-12c59411c4adf333715dc85394a72cbbab885859.zip
Fixed superfluous function declaration (spotted by Ulrich Sporlein).
-rw-r--r--man.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/man.h b/man.h
index 8611125e..89858e82 100644
--- a/man.h
+++ b/man.h
@@ -1,4 +1,4 @@
-/* $Id: man.h,v 1.20 2009/08/22 09:10:38 kristaps Exp $ */
+/* $Id: man.h,v 1.21 2009/10/07 15:03:21 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 *);