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

version 1.10, 2010/07/31 23:52:58 version 1.11, 2011/05/17 14:38:34
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             *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.11

CVSweb