diff options
Diffstat (limited to 'html.h')
-rw-r--r-- | html.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -56,6 +56,7 @@ enum htmlattr { ATTR_STYLE, ATTR_WIDTH, ATTR_VALIGN, + ATTR_TARGET, ATTR_MAX }; @@ -88,6 +89,7 @@ struct html { void *symtab; char *base; char *base_man; + char *base_includes; char *style; char buf[BUFSIZ]; size_t buflen; |