=================================================================== RCS file: /cvs/mandoc/Attic/private.h,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- mandoc/Attic/private.h 2008/12/03 19:21:58 1.25 +++ mandoc/Attic/private.h 2008/12/04 11:25:29 1.26 @@ -1,4 +1,4 @@ -/* $Id: private.h,v 1.25 2008/12/03 19:21:58 kristaps Exp $ */ +/* $Id: private.h,v 1.26 2008/12/04 11:25:29 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -213,7 +213,8 @@ enum roffmsg { ROFF_WARN, ROFF_ERROR }; struct roffcb { void (*roffmsg)(void *, enum roffmsg, const char *, const char *, char *); - int (*roffhead)(void *); + int (*roffhead)(void *, const struct tm *, const char *, + const char *, const char *, const char *); int (*rofftail)(void *); int (*roffdata)(void *, int, char *); int (*roffin)(void *, int, int *, char **);