From 9ccd8b3e4376fa371cffa2cc59bb4e395f16bf6b Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 1 Jan 2011 16:18:39 +0000 Subject: More checks for proper table exit. --- roff.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roff.h') diff --git a/roff.h b/roff.h index ce6672e6..141a469a 100644 --- a/roff.h +++ b/roff.h @@ -1,4 +1,4 @@ -/* $Id: roff.h,v 1.21 2010/12/31 18:19:43 kristaps Exp $ */ +/* $Id: roff.h,v 1.22 2011/01/01 16:18:39 kristaps Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * @@ -37,7 +37,7 @@ struct roff *roff_alloc(struct regset *, void *, mandocmsg); void roff_reset(struct roff *); enum rofferr roff_parseln(struct roff *, int, char **, size_t *, int, int *); -int roff_endparse(struct roff *); +void roff_endparse(struct roff *); const struct tbl_span *roff_span(const struct roff *); __END_DECLS -- cgit v1.2.3