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

version 1.16, 2009/10/28 05:08:17 version 1.17, 2009/10/28 08:00:18
Line 137  void    bufncat(struct html *, const char *, size_t);
Line 137  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.17

CVSweb