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 3237b474..0c73bad4 100644
--- a/src/info2html/html.h
+++ b/src/info2html/html.h
@@ -9,6 +9,8 @@
extern char *BaseFilename;
extern char *OverrideBaseFilename;
+extern int galeon_mode;
+
void dump_html_for_node( NODE *node );
void open_body_text_html( FILE *f );