aboutsummaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2013-03-05 07:10:39 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-03-04 22:08:03 -0800
commita94f7807f8eb99b5387d7f9cd973571d9f44f904 (patch)
tree851b2643648b0267b4b1d4ef8e9daf530815ec75 /dive.h
parenta6a487306e5606cb49351c23e3eb2527cd0a79d3 (diff)
downloadsubsurface-a94f7807f8eb99b5387d7f9cd973571d9f44f904.tar.gz
Limited support for Suunto DM4 import
Basic functionality is implemented but at least support for multiple cylinders is missing. Event/alarm support is only partial. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 7e00a6ce6..6eb9a385a 100644
--- a/dive.h
+++ b/dive.h
@@ -525,6 +525,8 @@ extern void parse_xml_buffer(const char *url, const char *buf, int size, struct
extern void parse_xml_exit(void);
extern void set_filename(const char *filename, gboolean force);
+extern int parse_dm4_buffer(const char *url, const char *buf, int size, struct dive_table *table, GError **error);
+
extern void parse_file(const char *filename, GError **error, gboolean possible_default_filename);
extern void show_dive_info(struct dive *);