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

Diff for /mandoc/html.h between version 1.60 and 1.61

version 1.60, 2014/09/27 09:26:01 version 1.61, 2014/09/27 10:56:18
Line 44  enum htmltag {
Line 44  enum htmltag {
         TAG_DT,          TAG_DT,
         TAG_DD,          TAG_DD,
         TAG_BLOCKQUOTE,          TAG_BLOCKQUOTE,
         TAG_P,  
         TAG_PRE,          TAG_PRE,
         TAG_B,          TAG_B,
         TAG_I,          TAG_I,
Line 144  void    print_text(struct html *, const char *);
Line 143  void    print_text(struct html *, const char *);
 void              print_tblclose(struct html *);  void              print_tblclose(struct html *);
 void              print_tbl(struct html *, const struct tbl_span *);  void              print_tbl(struct html *, const struct tbl_span *);
 void              print_eqn(struct html *, const struct eqn *);  void              print_eqn(struct html *, const struct eqn *);
   void              print_paragraph(struct html *);
   
 #if __GNUC__ - 0 >= 4  #if __GNUC__ - 0 >= 4
 __attribute__((__format__ (__printf__, 2, 3)))  __attribute__((__format__ (__printf__, 2, 3)))

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

CVSweb