diff options
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |