From 5fe81f4208926eadeabb2221d96e8453443a3bc7 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 30 Nov 2008 20:53:34 +0000 Subject: Cleaned up presentation with mbuf_putstring & al. --- private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'private.h') diff --git a/private.h b/private.h index 58f0228a..1c1e54e4 100644 --- a/private.h +++ b/private.h @@ -1,4 +1,4 @@ -/* $Id: private.h,v 1.18 2008/11/30 18:50:44 kristaps Exp $ */ +/* $Id: private.h,v 1.19 2008/11/30 20:53:34 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -213,7 +213,7 @@ struct roffcb { const char *, const char *, char *); int (*roffhead)(void *); int (*rofftail)(void *); - int (*roffin)(void *, int, int *, char **); + int (*roffin)(void *, int, int, int *, char **); int (*roffdata)(void *, int, char *); int (*roffout)(void *, int); int (*roffblkin)(void *, int, int *, char **); -- cgit v1.2.3