From af20e67be440d34b55887592aaa4fee82b7e43aa Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 2 Dec 2008 13:20:24 +0000 Subject: Added `Sm' functionality. --- private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'private.h') diff --git a/private.h b/private.h index ff6f7abf..99951234 100644 --- a/private.h +++ b/private.h @@ -1,4 +1,4 @@ -/* $Id: private.h,v 1.21 2008/12/01 15:32:36 kristaps Exp $ */ +/* $Id: private.h,v 1.22 2008/12/02 13:20:24 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -222,7 +222,7 @@ struct roffcb { int (*roffout)(void *, int); int (*roffblkin)(void *, int, int *, char **); int (*roffblkout)(void *, int); - int (*roffspecial)(void *, int); + int (*roffspecial)(void *, int, int *, char **, char **); }; __BEGIN_DECLS -- cgit v1.2.3-56-ge451