[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.7 and 1.8

version 1.7, 2009/06/23 23:02:54 version 1.8, 2009/07/12 18:28:29
Line 279 
Line 279 
 /* FIXME: unify somehow with man_cb. */  /* FIXME: unify somehow with man_cb. */
 struct  mdoc_cb {  struct  mdoc_cb {
         int     (*mdoc_err)(void *, int, int, const char *);          int     (*mdoc_err)(void *, int, int, const char *);
         int     (*mdoc_warn)(void *, int, int,          int     (*mdoc_warn)(void *, int, int, const char *);
                         enum mdoc_warn, const char *);  
 };  };
   
 /* See mdoc.3 for documentation. */  /* See mdoc.3 for documentation. */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8