diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-29 16:11:42 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-29 16:11:42 +0000 |
commit | a89a4e3f424e54d3e30af4035fd89aa6426c4f19 (patch) | |
tree | fead224232cf1906185bc7932fb43da4c436b7e4 /private.h | |
parent | 984026174354a406cd626774192234c2d00ccbbb (diff) | |
download | mandoc-a89a4e3f424e54d3e30af4035fd89aa6426c4f19.tar.gz |
Validation presentation (html-like).
Fixed newlining for data.
Moved roffhead/rofftail to roff_Os.
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); }; |