From 19bbba00a696e5f8af750eebfa6f47c1ee1cfa2e Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 4 Dec 2008 23:10:51 +0000 Subject: *** empty log message *** --- private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'private.h') diff --git a/private.h b/private.h index 141ca995..accda8a1 100644 --- a/private.h +++ b/private.h @@ -1,4 +1,4 @@ -/* $Id: private.h,v 1.29 2008/12/04 19:31:57 kristaps Exp $ */ +/* $Id: private.h,v 1.30 2008/12/04 23:10:51 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -261,7 +261,7 @@ struct roffcb { int (*roffblkheadout)(void *, int); int (*roffblkbodyin)(void *, int, int *, char **); int (*roffblkbodyout)(void *, int); - int (*roffspecial)(void *, int, int *, char **, char **); + int (*roffspecial)(void *, int, const char *, char **); }; struct rofftree; -- cgit v1.2.3