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

Diff for /mandoc/tree.c between version 1.64 and 1.65

version 1.64, 2015/04/02 22:48:18 version 1.65, 2015/04/18 16:06:41
Line 38  static void print_span(const struct tbl_span *, int);
Line 38  static void print_span(const struct tbl_span *, int);
   
   
 void  void
 tree_mdoc(void *arg, const struct mdoc *mdoc)  tree_mdoc(void *arg, const struct roff_man *mdoc)
 {  {
   
         print_mdoc(mdoc_node(mdoc)->child, 0);          print_mdoc(mdoc_node(mdoc)->child, 0);
 }  }
   
 void  void
 tree_man(void *arg, const struct man *man)  tree_man(void *arg, const struct roff_man *man)
 {  {
   
         print_man(man_node(man)->child, 0);          print_man(man_node(man)->child, 0);

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

CVSweb