summaryrefslogtreecommitdiffstats
path: root/libdivecomputer.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2014-10-12 06:57:32 -0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-10-12 07:34:46 -0400
commita7e1e7fee1c2afc61b37a0bea76032d169dcee7a (patch)
tree06b9ce2eca7e6e6e0c8ad89875bfff3e53a426cc /libdivecomputer.h
parent9882bf5ff8762ebe4741b6380c3ed1088027e5cc (diff)
downloadsubsurface-a7e1e7fee1c2afc61b37a0bea76032d169dcee7a.tar.gz
Pass the whole 'device_data_t' to the uemis downloader
Not only does it make it look more like the libdivecomputer downloaders, but the uemis downloader needs it in order to support all the flags we have. Notably "download into private trip". Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'libdivecomputer.h')
-rw-r--r--libdivecomputer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdivecomputer.h b/libdivecomputer.h
index f277e298f..af51854a0 100644
--- a/libdivecomputer.h
+++ b/libdivecomputer.h
@@ -33,7 +33,7 @@ typedef struct device_data_t
} device_data_t;
const char *do_libdivecomputer_import(device_data_t *data);
-const char *do_uemis_import(const char *mountpath, short force_download);
+const char *do_uemis_import(device_data_t *data);
extern int import_thread_cancelled;
extern const char *progress_bar_text;