[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.61 and 1.62

version 1.61, 2019/01/06 04:41:15 version 1.62, 2019/01/07 06:51:37
Line 133 
Line 133 
 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_box *);  void              print_eqn(struct html *, const struct eqn_box *);
 void              print_paragraph(struct html *);  
 void              print_endline(struct html *);  void              print_endline(struct html *);
   
 void              html_close_paragraph(struct html *);  void              html_close_paragraph(struct html *);

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