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

Diff for /mandoc/tree.c between version 1.15 and 1.16

version 1.15, 2009/09/16 09:41:24 version 1.16, 2009/10/13 10:57:25
Line 21 
Line 21 
   
 #include "mdoc.h"  #include "mdoc.h"
 #include "man.h"  #include "man.h"
   #include "main.h"
   
 static  void    print_mdoc(const struct mdoc_node *, int);  static  void    print_mdoc(const struct mdoc_node *, int);
 static  void    print_man(const struct man_node *, int);  static  void    print_man(const struct man_node *, int);

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

CVSweb