[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.40 and 1.41

version 1.40, 2017/01/19 16:56:53 version 1.41, 2017/01/26 18:28:04
Line 127 
Line 127 
 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.40  
changed lines
  Added in v.1.41