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

Diff for /mandoc/man.h between version 1.72 and 1.77

version 1.72, 2015/04/02 23:48:19 version 1.77, 2015/11/07 14:01:16
Line 59 
Line 59 
 /* Names of macros. */  /* Names of macros. */
 extern  const char *const *man_macronames;  extern  const char *const *man_macronames;
   
 __BEGIN_DECLS  
   
 struct  man;  struct  roff_man;
   
 const struct roff_node *man_node(const struct man *);  const struct mparse     *man_mparse(const struct roff_man *);
 const struct roff_meta *man_meta(const struct man *);  void                     man_validate(struct roff_man *);
 const struct mparse   *man_mparse(const struct man *);  
 void man_deroff(char **, const struct roff_node *);  
   
 __END_DECLS  

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.77

CVSweb