]> git.cameronkatri.com Git - mandoc.git/commitdiff
Fixed superfluous function declaration (spotted by Ulrich Sporlein).
authorKristaps Dzonsons <kristaps@bsd.lv>
Wed, 7 Oct 2009 15:03:21 +0000 (15:03 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Wed, 7 Oct 2009 15:03:21 +0000 (15:03 +0000)
man.h

diff --git a/man.h b/man.h
index 8611125e965c5a57cdbd4f86bb6d6515d6042c6a..89858e82d581557e01b34e2133971a6a6b3be23b 100644 (file)
--- 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 *);