From c68b04faf73c1216350e7e0ad7502734a8cfc21c Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 3 Dec 2008 19:21:58 +0000 Subject: Major update. --- private.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'private.h') diff --git a/private.h b/private.h index 2f3d4cda..53710f0c 100644 --- a/private.h +++ b/private.h @@ -1,4 +1,4 @@ -/* $Id: private.h,v 1.24 2008/12/03 14:39:59 kristaps Exp $ */ +/* $Id: private.h,v 1.25 2008/12/03 19:21:58 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -215,11 +215,15 @@ struct roffcb { const char *, const char *, char *); int (*roffhead)(void *); int (*rofftail)(void *); - int (*roffin)(void *, int, int *, char **); int (*roffdata)(void *, int, char *); + int (*roffin)(void *, int, int *, char **); int (*roffout)(void *, int); int (*roffblkin)(void *, int, int *, char **); int (*roffblkout)(void *, int); + int (*roffblkheadin)(void *, int, int *, char **); + int (*roffblkheadout)(void *, int); + int (*roffblkbodyin)(void *, int, int *, char **); + int (*roffblkbodyout)(void *, int); int (*roffspecial)(void *, int, int *, char **, char **); }; -- cgit v1.2.3