aboutsummaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index bce1fe669..15a357f89 100644
--- a/dive.h
+++ b/dive.h
@@ -133,4 +133,6 @@ static inline struct dive *get_dive(unsigned int nr)
extern void parse_xml_init(void);
extern void parse_xml_file(const char *filename);
+void save_dives(const char *filename);
+
#endif /* DIVE_H */