diff options
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 |