=================================================================== RCS file: /cvs/mandoc/Attic/private.h,v retrieving revision 1.30 retrieving revision 1.31 diff -u -p -r1.30 -r1.31 --- mandoc/Attic/private.h 2008/12/04 23:10:51 1.30 +++ mandoc/Attic/private.h 2008/12/06 21:10:31 1.31 @@ -1,4 +1,4 @@ -/* $Id: private.h,v 1.30 2008/12/04 23:10:51 kristaps Exp $ */ +/* $Id: private.h,v 1.31 2008/12/06 21:10:31 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -261,7 +261,8 @@ struct roffcb { int (*roffblkheadout)(void *, int); int (*roffblkbodyin)(void *, int, int *, char **); int (*roffblkbodyout)(void *, int); - int (*roffspecial)(void *, int, const char *, char **); + int (*roffspecial)(void *, int, const char *, + const int *, const char **, char **); }; struct rofftree;