=================================================================== RCS file: /cvs/mandoc/Attic/libroff.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- mandoc/Attic/libroff.h 2011/01/01 16:10:40 1.13 +++ mandoc/Attic/libroff.h 2011/01/01 22:19:15 1.14 @@ -1,4 +1,4 @@ -/* $Id: libroff.h,v 1.13 2011/01/01 16:10:40 kristaps Exp $ */ +/* $Id: libroff.h,v 1.14 2011/01/01 22:19:15 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -47,6 +47,8 @@ struct tbl { struct tbl_row *last_row; struct tbl_span *first_span; struct tbl_span *last_span; + struct tbl_head *first_head; + struct tbl_head *last_head; struct tbl *next; };