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

Diff for /mandoc/mandoc.h between version 1.60 and 1.61

version 1.60, 2011/03/17 09:16:38 version 1.61, 2011/03/17 12:08:01
Line 328  enum mdelim {
Line 328  enum mdelim {
         DELIM_CLOSE          DELIM_CLOSE
 };  };
   
 typedef int     (*mandocmsg)(enum mandocerr, void *,  typedef void    (*mandocmsg)(enum mandocerr, void *,
                         int, int, const char *);                          int, int, const char *);
   
 __BEGIN_DECLS  __BEGIN_DECLS

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

CVSweb