From 12c59411c4adf333715dc85394a72cbbab885859 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 7 Oct 2009 15:03:21 +0000 Subject: Fixed superfluous function declaration (spotted by Ulrich Sporlein). --- man.h | 3 +-- 1 file changed, 1 insertion(+), 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 * @@ -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 *); -- cgit v1.2.3-56-ge451