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

version 1.15, 2009/10/27 04:50:14 version 1.16, 2009/10/28 05:08:17
Line 136  void    bufcat_style(struct html *, 
Line 136  void    bufcat_style(struct html *, 
 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);
   void              html_idcpy(char *, const char *, int);
   
 __END_DECLS  __END_DECLS
   
 #endif /*!HTML_H*/  #endif /*!HTML_H*/

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

CVSweb