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

Diff for /mandoc/main.h between version 1.14 and 1.15

version 1.14, 2011/09/18 14:14:15 version 1.15, 2011/10/06 22:29:12
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              man_mdoc(void *, const struct mdoc *);  void              man_mdoc(void *, const struct mdoc *);
   void              man_man(void *, const struct man *);
   
 void             *locale_alloc(char *);  void             *locale_alloc(char *);
 void             *utf8_alloc(char *);  void             *utf8_alloc(char *);

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb