summaryrefslogtreecommitdiffstatshomepage
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
commit5fe81f4208926eadeabb2221d96e8453443a3bc7 (patch)
treef4788785c711dd5f46a4eec81528517ca5bffb4f /private.h
parent45754bdb07fd4e2554839fcdb290280bccc5f41d (diff)
downloadmandoc-5fe81f4208926eadeabb2221d96e8453443a3bc7.tar.gz
mandoc-5fe81f4208926eadeabb2221d96e8453443a3bc7.tar.zst
mandoc-5fe81f4208926eadeabb2221d96e8453443a3bc7.zip
Cleaned up presentation with mbuf_putstring & al.
Diffstat (limited to 'private.h')
-rw-r--r--private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/private.h b/private.h
index 58f0228a..1c1e54e4 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.18 2008/11/30 18:50:44 kristaps Exp $ */
+/* $Id: private.h,v 1.19 2008/11/30 20:53:34 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 **);