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

Diff for /mandoc/html.h between version 1.99 and 1.100

version 1.99, 2019/01/06 04:55:09 version 1.100, 2019/01/07 07:26:29
Line 133  void    print_text(struct html *, const char *);
Line 133  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_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.99  
changed lines
  Added in v.1.100

CVSweb