[BACK]Return to html.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/html.h between version 1.17 and 1.19

version 1.17, 2009/10/28 08:00:18 version 1.19, 2009/11/14 11:58:36
Line 112  struct html {
Line 112  struct html {
         char             *style;          char             *style;
         char              buf[BUFSIZ];          char              buf[BUFSIZ];
         size_t            buflen;          size_t            buflen;
           struct tag       *metaf;
 };  };
   
 struct  roffsu;  struct  roffsu;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.19

CVSweb