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

Diff for /mandoc/html.h between version 1.89 and 1.90

version 1.89, 2018/05/09 00:46:10 version 1.90, 2018/05/25 20:23:51
Line 133  void    print_eqn(struct html *, const struct eqn_box 
Line 133  void    print_eqn(struct html *, const struct eqn_box 
 void              print_paragraph(struct html *);  void              print_paragraph(struct html *);
 void              print_endline(struct html *);  void              print_endline(struct html *);
   
 char             *html_make_id(const struct roff_node *);  char             *html_make_id(const struct roff_node *, int);
 int               html_strlen(const char *);  int               html_strlen(const char *);

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90

CVSweb