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

Diff for /mandoc/html.h between version 1.7 and 1.9

version 1.7, 2009/09/24 09:50:31 version 1.9, 2009/10/03 15:26:26
Line 56  enum htmlattr {
Line 56  enum htmlattr {
         ATTR_STYLE,          ATTR_STYLE,
         ATTR_WIDTH,          ATTR_WIDTH,
         ATTR_VALIGN,          ATTR_VALIGN,
           ATTR_TARGET,
         ATTR_MAX          ATTR_MAX
 };  };
   
Line 87  struct html {
Line 88  struct html {
         struct ordq       ords;          struct ordq       ords;
         void             *symtab;          void             *symtab;
         char             *base;          char             *base;
           char             *base_man;
           char             *base_includes;
         char             *style;          char             *style;
           char              buf[BUFSIZ];
           size_t            buflen;
 };  };
   
 void              print_gen_doctype(struct html *);  void              print_gen_doctype(struct html *);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.9

CVSweb