summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-04 11:25:29 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-04 11:25:29 +0000
commitbbaed73e9a14101e88d84225a902613116c536e9 (patch)
tree541891d0a3f52c023f0304922909e40b533d4204 /private.h
parentf0f40906a39936e2d4cd4ddcb8bf4bdb33c2da08 (diff)
downloadmandoc-bbaed73e9a14101e88d84225a902613116c536e9.tar.gz
More html-css.
Diffstat (limited to 'private.h')
-rw-r--r--private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/private.h b/private.h
index 1ed48a79..ff7dba05 100644
--- a/private.h
+++ b/private.h
@@ -213,7 +213,8 @@ enum roffmsg { ROFF_WARN, ROFF_ERROR };
struct roffcb {
void (*roffmsg)(void *, enum roffmsg,
const char *, const char *, char *);
- int (*roffhead)(void *);
+ int (*roffhead)(void *, const struct tm *, const char *,
+ const char *, const char *, const char *);
int (*rofftail)(void *);
int (*roffdata)(void *, int, char *);
int (*roffin)(void *, int, int *, char **);