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

Diff for /mandoc/html.h between version 1.97 and 1.98

version 1.97, 2018/12/31 11:09:25 version 1.98, 2019/01/05 09:14:44
Line 135  void    print_eqn(struct html *, const struct eqn_box 
Line 135  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 *);
   
   enum roff_tok     html_fillmode(struct html *, enum roff_tok);
 char             *html_make_id(const struct roff_node *, int);  char             *html_make_id(const struct roff_node *, int);

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98

CVSweb