[BACK]Return to main.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/main.h between version 1.9 and 1.10

version 1.9, 2011/09/17 14:45:22 version 1.10, 2011/10/09 17:59:56
Line 42 
Line 42 
 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.9  
changed lines
  Added in v.1.10