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

Diff for /mandoc/html.h between version 1.44 and 1.45

version 1.44, 2011/05/17 11:34:31 version 1.45, 2011/07/23 22:57:13
Line 141  void    print_stagq(struct html *, const struct tag *)
Line 141  void    print_stagq(struct html *, const struct tag *)
 void              print_text(struct html *, const char *);  void              print_text(struct html *, const char *);
 void              print_tblclose(struct html *);  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              bufcat_fmt(struct html *, const char *, ...);  void              bufcat_fmt(struct html *, const char *, ...);
 void              bufcat(struct html *, const char *);  void              bufcat(struct html *, const char *);

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

CVSweb