diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-30 20:53:34 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-30 20:53:34 +0000 |
commit | ffefeb2100c9c3849c0cbb7d2b2fe3004d7db057 (patch) | |
tree | 31ed3a2e7248506a8bd7cfa6e276282cec666048 /private.h | |
parent | b3c089b88bce8ac8de5b81fc7621241c5ae47e72 (diff) | |
download | mandoc-ffefeb2100c9c3849c0cbb7d2b2fe3004d7db057.tar.gz |
Cleaned up presentation with mbuf_putstring & al.
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 **); |