=================================================================== RCS file: /cvs/mandoc/mandoc.h,v retrieving revision 1.60 retrieving revision 1.61 diff -u -p -r1.60 -r1.61 --- mandoc/mandoc.h 2011/03/17 09:16:38 1.60 +++ mandoc/mandoc.h 2011/03/17 12:08:01 1.61 @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.60 2011/03/17 09:16:38 kristaps Exp $ */ +/* $Id: mandoc.h,v 1.61 2011/03/17 12:08:01 kristaps Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * @@ -328,7 +328,7 @@ enum mdelim { DELIM_CLOSE }; -typedef int (*mandocmsg)(enum mandocerr, void *, +typedef void (*mandocmsg)(enum mandocerr, void *, int, int, const char *); __BEGIN_DECLS