summaryrefslogtreecommitdiffstats
path: root/libdivecomputer.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-06-24 15:14:07 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-06-24 15:14:07 -0700
commit48ba01b807cc993e5689abe2ff781d31deb4c91a (patch)
treecfd486fc31e70dbe1c55198e0000515af5fecec5 /libdivecomputer.h
parentf3b04a88dffcda6cbe10be81d5c9613e0ab00c37 (diff)
downloadsubsurface-48ba01b807cc993e5689abe2ff781d31deb4c91a.tar.gz
Enable downloads from the UEMIS Zurich
This behaves somewhat differently from the Gtk version - still needs more investigation. But at least now it's hooked in. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'libdivecomputer.h')
-rw-r--r--libdivecomputer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libdivecomputer.h b/libdivecomputer.h
index 3cc8bd4b3..4bb0239e9 100644
--- a/libdivecomputer.h
+++ b/libdivecomputer.h
@@ -28,6 +28,7 @@ typedef struct device_data_t {
} device_data_t;
const char *do_libdivecomputer_import(device_data_t *data);
+char *do_uemis_import(const char *mountpath, short force_download);
extern int import_thread_cancelled;
extern const char *progress_bar_text;
@@ -37,4 +38,4 @@ extern double progress_bar_fraction;
}
#endif
-#endif \ No newline at end of file
+#endif