summaryrefslogtreecommitdiff
path: root/src/info2html/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/info2html/html.h')
-rw-r--r--src/info2html/html.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/info2html/html.h b/src/info2html/html.h
index 8a0f5694..162829c8 100644
--- a/src/info2html/html.h
+++ b/src/info2html/html.h
@@ -6,6 +6,8 @@
#define HEADER_SIZE_1 "H1"
#define HEADER_SIZE_2 "H2"
+extern char *BaseFilename;
+
void dump_html_for_node( NODE *node );
void open_body_text_html( FILE *f );