From 59acb012b2ddbc33a2a5bbc5de7efd43ac8867da Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 29 Nov 2008 16:11:42 +0000 Subject: Validation presentation (html-like). Fixed newlining for data. Moved roffhead/rofftail to roff_Os. --- private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'private.h') 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 * @@ -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); }; -- cgit v1.2.3-56-ge451