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

Diff for /mandoc/html.h between version 1.84 and 1.85

version 1.84, 2017/03/15 11:29:53 version 1.85, 2017/05/04 22:16:09
Line 116  struct roff_node;
Line 116  struct roff_node;
 struct  tbl_span;  struct  tbl_span;
 struct  eqn;  struct  eqn;
   
   void              roff_html_pre(struct html *, const struct roff_node *);
   
 void              print_gen_decls(struct html *);  void              print_gen_decls(struct html *);
 void              print_gen_head(struct html *);  void              print_gen_head(struct html *);
 struct tag       *print_otag(struct html *, enum htmltag, const char *, ...);  struct tag       *print_otag(struct html *, enum htmltag, const char *, ...);

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

CVSweb