summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'html.h')
-rw-r--r--html.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/html.h b/html.h
index a57c64ae..11657a77 100644
--- a/html.h
+++ b/html.h
@@ -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;