diff options
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -261,7 +261,7 @@ struct roffcb { int (*roffblkheadout)(void *, int); int (*roffblkbodyin)(void *, int, int *, char **); int (*roffblkbodyout)(void *, int); - int (*roffspecial)(void *, int, int *, char **, char **); + int (*roffspecial)(void *, int, const char *, char **); }; struct rofftree; |