summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'private.h')
-rw-r--r--private.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/private.h b/private.h
index 93136610..f77a6773 100644
--- a/private.h
+++ b/private.h
@@ -214,10 +214,10 @@ struct roffcb {
int, char *);
int (*roffhead)(void);
int (*rofftail)(void);
- int (*roffin)(int, int *, char **);
- int (*roffout)(int);
- int (*roffblkin)(int);
- int (*roffblkout)(int);
+ int (*roffin)(const struct md_args *, int, int *, char **);
+ int (*roffout)(const struct md_args *, int);
+ int (*roffblkin)(const struct md_args *, int);
+ int (*roffblkout)(const struct md_args *, int);
int (*roffspecial)(int);
};