diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-27 14:02:41 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-27 14:02:41 +0000 |
commit | 249f2463dcbfa8d488b51bd70a458dbe79d25724 (patch) | |
tree | 3123e37f29546b5c1718ef3e64143f547325cd86 /private.h | |
parent | 5f5ddcdbb938c18870e0f9b30c11c6fe49fafbd3 (diff) | |
download | mandoc-249f2463dcbfa8d488b51bd70a458dbe79d25724.tar.gz |
Added "special" macros.
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -215,6 +215,7 @@ struct roffcb { int (*roffout)(int); int (*roffblkin)(int); int (*roffblkout)(int); + int (*roffspecial)(int); }; __BEGIN_DECLS |