=================================================================== RCS file: /cvs/mandoc/Attic/libroff.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- mandoc/Attic/libroff.h 2010/12/29 14:38:14 1.5 +++ mandoc/Attic/libroff.h 2010/12/29 14:53:31 1.6 @@ -1,4 +1,4 @@ -/* $Id: libroff.h,v 1.5 2010/12/29 14:38:14 kristaps Exp $ */ +/* $Id: libroff.h,v 1.6 2010/12/29 14:53:31 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -84,6 +84,7 @@ struct tbl { (*(tblp)->msg)((type), (tblp)->data, (line), (col), NULL) struct tbl *tbl_alloc(void *, mandocmsg); +void tbl_restart(struct tbl *); void tbl_free(struct tbl *); void tbl_reset(struct tbl *); enum rofferr tbl_read(struct tbl *, int, const char *, int);