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

Diff for /mandoc/mdoc.h between version 1.139 and 1.141

version 1.139, 2015/04/02 23:48:19 version 1.141, 2015/04/18 17:53:21
Line 282  extern const char *const *mdoc_argnames;
Line 282  extern const char *const *mdoc_argnames;
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
 struct  mdoc;  struct  roff_man;
   
 const struct roff_node *mdoc_node(const struct mdoc *);  
 const struct roff_meta *mdoc_meta(const struct mdoc *);  
 void mdoc_deroff(char **, const struct roff_node *);  void mdoc_deroff(char **, const struct roff_node *);
   
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.141

CVSweb