=================================================================== RCS file: /cvs/mandoc/html.h,v retrieving revision 1.36 retrieving revision 1.37 diff -u -p -r1.36 -r1.37 --- mandoc/html.h 2010/12/24 14:14:00 1.36 +++ mandoc/html.h 2011/01/04 10:29:41 1.37 @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.36 2010/12/24 14:14:00 kristaps Exp $ */ +/* $Id: html.h,v 1.37 2011/01/04 10:29:41 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -138,6 +138,7 @@ struct tag *print_otag(struct html *, enum htmltag, 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_tbl(struct html *, const struct tbl_span *); void bufcat_su(struct html *, const char *, const struct roffsu *);