[BACK]Return to mdoc.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mdoc.h between version 1.66 and 1.67

version 1.66, 2015/04/18 17:50:02 version 1.67, 2015/04/23 16:17:04
Line 279 
Line 279 
   
 /* Names of macro args.  Index is enum mdocargt. */  /* Names of macro args.  Index is enum mdocargt. */
 extern  const char *const *mdoc_argnames;  extern  const char *const *mdoc_argnames;
   
 __BEGIN_DECLS  
   
 struct  roff_man;  
   
 void mdoc_deroff(char **, const struct roff_node *);  
   
 __END_DECLS  

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67