=================================================================== RCS file: /cvs/mandoc/html.h,v retrieving revision 1.17 retrieving revision 1.19 diff -u -p -r1.17 -r1.19 --- mandoc/html.h 2009/10/28 08:00:18 1.17 +++ mandoc/html.h 2009/11/14 11:58:36 1.19 @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.17 2009/10/28 08:00:18 kristaps Exp $ */ +/* $Id: html.h,v 1.19 2009/11/14 11:58:36 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -112,6 +112,7 @@ struct html { char *style; char buf[BUFSIZ]; size_t buflen; + struct tag *metaf; }; struct roffsu;