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

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

version 1.11, 2011/05/17 14:38:34 version 1.12, 2011/05/20 15:48:22
Line 42  void    tree_mdoc(void *, const struct mdoc *);
Line 42  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             *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.11  
changed lines
  Added in v.1.12

CVSweb