[BACK]Return to html.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/html.h between version 1.34 and 1.35

version 1.34, 2015/11/07 13:57:55 version 1.35, 2016/07/19 13:30:16
Line 158 
Line 158 
 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 *);
   
 void              bufcat_fmt(struct html *, const char *, ...);  void              bufcat_fmt(struct html *, const char *, ...)
                           __attribute__((__format__ (printf, 2, 3)));
 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.34  
changed lines
  Added in v.1.35