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

Diff for /mandoc/html.h between version 1.16 and 1.19

version 1.16, 2009/10/28 05:08:17 version 1.19, 2009/11/14 11:58:36
Line 112  struct html {
Line 112  struct html {
         char             *style;          char             *style;
         char              buf[BUFSIZ];          char              buf[BUFSIZ];
         size_t            buflen;          size_t            buflen;
           struct tag       *metaf;
 };  };
   
 struct  roffsu;  struct  roffsu;
Line 137  void    bufncat(struct html *, const char *, size_t);
Line 138  void    bufncat(struct html *, const char *, size_t);
 void              bufinit(struct html *);  void              bufinit(struct html *);
   
 void              html_idcat(char *, const char *, int);  void              html_idcat(char *, const char *, int);
 void              html_idcpy(char *, const char *, int);  
   
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.19

CVSweb