summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dive.h b/dive.h
index ba9f66882..a8e3c319a 100644
--- a/dive.h
+++ b/dive.h
@@ -121,7 +121,7 @@ struct dive_table {
extern struct dive_table dive_table;
-void parse_xml_init(void);
-void parse_xml_file(const char *filename);
+extern void parse_xml_init(void);
+extern void parse_xml_file(const char *filename);
#endif /* DIVE_H */