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

Diff for /mandoc/html.h between version 1.36 and 1.37

version 1.36, 2010/12/24 14:14:00 version 1.37, 2011/01/04 10:29:41
Line 138  struct tag  *print_otag(struct html *, enum htmltag, 
Line 138  struct tag  *print_otag(struct html *, enum htmltag, 
 void              print_tagq(struct html *, const struct tag *);  void              print_tagq(struct html *, const struct tag *);
 void              print_stagq(struct html *, const struct tag *);  void              print_stagq(struct html *, const struct tag *);
 void              print_text(struct html *, const char *);  void              print_text(struct html *, const char *);
   void              print_tbl(struct html *, const struct tbl_span *);
   
 void              bufcat_su(struct html *, const char *,  void              bufcat_su(struct html *, const char *,
                         const struct roffsu *);                          const struct roffsu *);

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

CVSweb