summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-11-27 14:02:41 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-11-27 14:02:41 +0000
commit249f2463dcbfa8d488b51bd70a458dbe79d25724 (patch)
tree3123e37f29546b5c1718ef3e64143f547325cd86 /private.h
parent5f5ddcdbb938c18870e0f9b30c11c6fe49fafbd3 (diff)
downloadmandoc-249f2463dcbfa8d488b51bd70a458dbe79d25724.tar.gz
Added "special" macros.
Diffstat (limited to 'private.h')
-rw-r--r--private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/private.h b/private.h
index 72929ece..e998482e 100644
--- a/private.h
+++ b/private.h
@@ -215,6 +215,7 @@ struct roffcb {
int (*roffout)(int);
int (*roffblkin)(int);
int (*roffblkout)(int);
+ int (*roffspecial)(int);
};
__BEGIN_DECLS