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

Diff for /mandoc/html.h between version 1.15 and 1.18

version 1.15, 2009/10/27 04:50:14 version 1.18, 2009/11/10 16:20:22
Line 112  struct html {
Line 112  struct html {
         char             *style;          char             *style;
         char              buf[BUFSIZ];          char              buf[BUFSIZ];
         size_t            buflen;          size_t            buflen;
           int               metafont;
   #define METAF_BOLD       (1 << 0)
   #define METAF_UNDER      (1 << 1)
           int               metamask;
 };  };
   
 struct  roffsu;  struct  roffsu;
Line 135  void    bufcat_style(struct html *, 
Line 139  void    bufcat_style(struct html *, 
                         const char *, const char *);                          const char *, const char *);
 void              bufncat(struct html *, const char *, size_t);  void              bufncat(struct html *, const char *, size_t);
 void              bufinit(struct html *);  void              bufinit(struct html *);
   
   void              html_idcat(char *, const char *, int);
   
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.18

CVSweb