summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'private.h')
-rw-r--r--private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/private.h b/private.h
index 60fcc5aa..628f4c98 100644
--- a/private.h
+++ b/private.h
@@ -216,7 +216,7 @@ struct roffcb {
int (*roffin)(void *, int, int *, char **);
int (*roffdata)(void *, char *);
int (*roffout)(void *, int);
- int (*roffblkin)(void *, int);
+ int (*roffblkin)(void *, int, int *, char **);
int (*roffblkout)(void *, int);
int (*roffspecial)(void *, int);
};