=================================================================== RCS file: /cvs/mandoc/Attic/libroff.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- mandoc/Attic/libroff.h 2011/01/01 15:45:18 1.12 +++ mandoc/Attic/libroff.h 2011/01/01 16:10:40 1.13 @@ -1,4 +1,4 @@ -/* $Id: libroff.h,v 1.12 2011/01/01 15:45:18 kristaps Exp $ */ +/* $Id: libroff.h,v 1.13 2011/01/01 16:10:40 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -54,7 +54,7 @@ struct tbl { (*(tblp)->msg)((type), (tblp)->data, (line), (col), NULL) struct tbl *tbl_alloc(int, int, void *, mandocmsg); -void tbl_restart(struct tbl *); +void tbl_restart(int, int, struct tbl *); void tbl_free(struct tbl *); void tbl_reset(struct tbl *); enum rofferr tbl_read(struct tbl *, int, const char *, int);