From 32bc4a1e0a8ab255cd10e101dc9778b0c143f2f8 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 27 Nov 2008 17:27:50 +0000 Subject: *** empty log message *** --- private.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'private.h') diff --git a/private.h b/private.h index b430c161..96b26b39 100644 --- a/private.h +++ b/private.h @@ -1,4 +1,4 @@ -/* $Id: private.h,v 1.12 2008/11/27 16:54:58 kristaps Exp $ */ +/* $Id: private.h,v 1.13 2008/11/27 17:27:50 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -214,10 +214,10 @@ struct roffcb { int, char *); int (*roffhead)(void); int (*rofftail)(void); - int (*roffin)(int, int *, char **); - int (*roffout)(int); - int (*roffblkin)(int); - int (*roffblkout)(int); + int (*roffin)(const struct md_args *, int, int *, char **); + int (*roffout)(const struct md_args *, int); + int (*roffblkin)(const struct md_args *, int); + int (*roffblkout)(const struct md_args *, int); int (*roffspecial)(int); }; -- cgit v1.2.3