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

Diff for /mandoc/html.h between version 1.41 and 1.42

version 1.41, 2011/04/29 22:18:12 version 1.42, 2011/05/14 16:28:23
Line 155  void    bufncat(struct html *, const char *, size_t);
Line 155  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);
   int               html_strlen(const char *);
   
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

CVSweb