From 413c1bdf1af371c4a4703381a78f68045d85b2fe Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 6 Dec 2008 21:10:31 +0000 Subject: .St macros in place. --- private.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'private.h') diff --git a/private.h b/private.h index accda8a1..a58f9f94 100644 --- a/private.h +++ b/private.h @@ -1,4 +1,4 @@ -/* $Id: private.h,v 1.30 2008/12/04 23:10:51 kristaps Exp $ */ +/* $Id: private.h,v 1.31 2008/12/06 21:10:31 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -261,7 +261,8 @@ struct roffcb { int (*roffblkheadout)(void *, int); int (*roffblkbodyin)(void *, int, int *, char **); int (*roffblkbodyout)(void *, int); - int (*roffspecial)(void *, int, const char *, char **); + int (*roffspecial)(void *, int, const char *, + const int *, const char **, char **); }; struct rofftree; -- cgit v1.2.3-56-ge451