summaryrefslogtreecommitdiffstatshomepage
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-06 21:10:31 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-06 21:10:31 +0000
commit413c1bdf1af371c4a4703381a78f68045d85b2fe (patch)
tree9c3f7f3b03f7aa5811df9e475eb20604d7146a73 /private.h
parentd54afcd6206b4f4d7ffc18ab336cabe41c5bd6ab (diff)
downloadmandoc-413c1bdf1af371c4a4703381a78f68045d85b2fe.tar.gz
mandoc-413c1bdf1af371c4a4703381a78f68045d85b2fe.tar.zst
mandoc-413c1bdf1af371c4a4703381a78f68045d85b2fe.zip
.St macros in place.
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;