=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/html.h,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/mandoc/html.h 2011/01/09 14:30:48 1.13 --- src/usr.bin/mandoc/html.h 2011/01/16 19:41:16 1.14 *************** *** 1,4 **** ! /* $Id: html.h,v 1.13 2011/01/09 14:30:48 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: html.h,v 1.14 2011/01/16 19:41:16 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * *************** *** 67,72 **** --- 67,73 ---- ATTR_ID, ATTR_SUMMARY, ATTR_ALIGN, + ATTR_COLSPAN, ATTR_MAX }; *************** *** 117,122 **** --- 118,124 ---- #define HTML_NONOSPACE (1 << 4) struct tagq tags; /* stack of open tags */ struct rofftbl tbl; /* current table */ + struct tag *tblt; /* current open table scope */ void *symtab; /* character-escapes */ char *base_man; /* base for manpage href */ char *base_includes; /* base for include href */ *************** *** 136,141 **** --- 138,144 ---- void print_tagq(struct html *, const struct tag *); void print_stagq(struct html *, const struct tag *); void print_text(struct html *, const char *); + void print_tblclose(struct html *); void print_tbl(struct html *, const struct tbl_span *); void bufcat_su(struct html *, const char *,