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

Diff for /mandoc/man.h between version 1.73 and 1.74

version 1.73, 2015/04/18 16:06:40 version 1.74, 2015/04/18 17:53:21
Line 63  __BEGIN_DECLS
Line 63  __BEGIN_DECLS
   
 struct  roff_man;  struct  roff_man;
   
 const struct roff_node *man_node(const struct roff_man *);  
 const struct roff_meta *man_meta(const struct roff_man *);  
 const struct mparse   *man_mparse(const struct roff_man *);  const struct mparse   *man_mparse(const struct roff_man *);
 void man_deroff(char **, const struct roff_node *);  void man_deroff(char **, const struct roff_node *);
   

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

CVSweb