aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'private.h')
-rw-r--r--private.h5
1 files changed, 3 insertions, 2 deletions
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 <kristaps@kth.se>
*
@@ -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;