diff options
Diffstat (limited to 'mdoc.h')
-rw-r--r-- | mdoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -279,6 +279,7 @@ struct mdoc_bd { }; struct mdoc_bl { + const char *offs; /* -offset */ enum mdoc_list type; /* -tag, -enum, etc. */ int comp; /* -compact */ }; |