summaryrefslogtreecommitdiff
path: root/components/help/converters/gnome-info2html2/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/help/converters/gnome-info2html2/html.h')
-rw-r--r--components/help/converters/gnome-info2html2/html.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/help/converters/gnome-info2html2/html.h b/components/help/converters/gnome-info2html2/html.h
index 8a0f56940..162829c83 100644
--- a/components/help/converters/gnome-info2html2/html.h
+++ b/components/help/converters/gnome-info2html2/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 );