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

Diff for /mandoc/html.h between version 1.78 and 1.79

version 1.78, 2017/01/19 16:59:30 version 1.79, 2017/01/26 18:28:18
Line 127  void    print_tblclose(struct html *);
Line 127  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 *);
 void              print_paragraph(struct html *);  void              print_paragraph(struct html *);
   void              print_endline(struct html *);
   
 int               html_strlen(const char *);  int               html_strlen(const char *);

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

CVSweb