[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.20

version 1.15, 2009/10/27 04:50:14 version 1.20, 2009/11/14 12:04:59
Line 101  struct htmlpair {
Line 101  struct htmlpair {
 struct  html {  struct  html {
         int               flags;          int               flags;
 #define HTML_NOSPACE     (1 << 0)  #define HTML_NOSPACE     (1 << 0)
 #define HTML_NEWLINE     (1 << 1)  
 #define HTML_IGNDELIM    (1 << 2)  #define HTML_IGNDELIM    (1 << 2)
         struct tagq       tags;          struct tagq       tags;
         struct ordq       ords;          struct ordq       ords;
Line 112  struct html {
Line 111  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 135  void    bufcat_style(struct html *, 
Line 135  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.20

CVSweb