[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.67 and 1.68

version 1.67, 2015/04/23 16:17:04 version 1.68, 2015/10/20 02:00:49
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
   
   void             mdoc_validate(struct roff_man *);
   
   __END_DECLS

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