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

Diff for /mandoc/main.h between version 1.10 and 1.12

version 1.10, 2010/07/31 23:52:58 version 1.12, 2011/05/20 15:48:22
Line 41  void    html_free(void *);
Line 41  void    html_free(void *);
 void              tree_mdoc(void *, const struct mdoc *);  void              tree_mdoc(void *, const struct mdoc *);
 void              tree_man(void *, const struct man *);  void              tree_man(void *, const struct man *);
   
   void             *locale_alloc(char *);
   void             *utf8_alloc(char *);
 void             *ascii_alloc(char *);  void             *ascii_alloc(char *);
 void              ascii_free(void *);  void              ascii_free(void *);
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.12

CVSweb