summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-11-30 20:53:34 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-11-30 20:53:34 +0000
commitffefeb2100c9c3849c0cbb7d2b2fe3004d7db057 (patch)
tree31ed3a2e7248506a8bd7cfa6e276282cec666048 /private.h
parentb3c089b88bce8ac8de5b81fc7621241c5ae47e72 (diff)
downloadmandoc-ffefeb2100c9c3849c0cbb7d2b2fe3004d7db057.tar.gz
Cleaned up presentation with mbuf_putstring & al.
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 40d39270..95d8a41d 100644
--- a/private.h
+++ b/private.h
@@ -213,7 +213,7 @@ struct roffcb {
const char *, const char *, char *);
int (*roffhead)(void *);
int (*rofftail)(void *);
- int (*roffin)(void *, int, int *, char **);
+ int (*roffin)(void *, int, int, int *, char **);
int (*roffdata)(void *, int, char *);
int (*roffout)(void *, int);
int (*roffblkin)(void *, int, int *, char **);