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

Diff for /mandoc/html.h between version 1.49 and 1.50

version 1.49, 2013/08/08 20:07:47 version 1.50, 2014/01/05 19:10:56
Line 147  void    print_tblclose(struct html *);
Line 147  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 *);
   
   #if __GNUC__ - 0 >= 4
   __attribute__((__format__ (__printf__, 2, 3)))
   #endif
 void              bufcat_fmt(struct html *, const char *, ...);  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 *);

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

CVSweb