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

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

version 1.35, 2010/12/24 00:46:49 version 1.37, 2011/01/04 10:29:41
Line 48  enum htmltag {
Line 48  enum htmltag {
         TAG_PRE,          TAG_PRE,
         TAG_B,          TAG_B,
         TAG_I,          TAG_I,
         TAG_U,  
         TAG_CODE,          TAG_CODE,
         TAG_SMALL,          TAG_SMALL,
         TAG_MAX          TAG_MAX
Line 139  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.35  
changed lines
  Added in v.1.37

CVSweb