[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.143

version 1.139, 2015/04/02 23:48:19 version 1.143, 2015/10/20 02:01:31
Line 282  extern const char *const *mdoc_argnames;
Line 282  extern const char *const *mdoc_argnames;
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
 struct  mdoc;  void             mdoc_validate(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 *);  
   
 __END_DECLS  __END_DECLS

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

CVSweb