summaryrefslogtreecommitdiffstatshomepage
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-11-29 16:11:42 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-11-29 16:11:42 +0000
commit59acb012b2ddbc33a2a5bbc5de7efd43ac8867da (patch)
tree1e62be1a7f0a1c47270a80f2b6d8b78c50100afd /private.h
parent344abfe1dd84dad326b359cadfbb4094a60e74d7 (diff)
downloadmandoc-59acb012b2ddbc33a2a5bbc5de7efd43ac8867da.tar.gz
mandoc-59acb012b2ddbc33a2a5bbc5de7efd43ac8867da.tar.zst
mandoc-59acb012b2ddbc33a2a5bbc5de7efd43ac8867da.zip
Validation presentation (html-like).
Fixed newlining for data. Moved roffhead/rofftail to roff_Os.
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 e843eb71..1bae0c72 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.16 2008/11/29 14:14:21 kristaps Exp $ */
+/* $Id: private.h,v 1.17 2008/11/29 16:11:42 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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);
};