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

Diff for /mandoc/html.h between version 1.72 and 1.73

version 1.72, 2015/11/07 14:01:16 version 1.73, 2016/07/19 13:36:13
Line 158  void    print_tbl(struct html *, const struct tbl_span
Line 158  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 *);  void              print_paragraph(struct html *);
   
 #if __GNUC__ - 0 >= 4  void              bufcat_fmt(struct html *, const char *, ...)
 __attribute__((__format__ (__printf__, 2, 3)))                          __attribute__((__format__ (printf, 2, 3)));
 #endif  
 void              bufcat_fmt(struct html *, const char *, ...);  
 void              bufcat(struct html *, const char *);  void              bufcat(struct html *, const char *);
 void              bufcat_id(struct html *, const char *);  void              bufcat_id(struct html *, const char *);
 void              bufcat_style(struct html *,  void              bufcat_style(struct html *,

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73

CVSweb