aboutsummaryrefslogtreecommitdiffstats
path: root/core/uemis.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-10-24 16:03:52 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-10-29 00:09:31 +0000
commitd674c5028f45a5c3bc67a2aafa637c798c3874f0 (patch)
tree6fb18c28a4c8b30d798ceaa5e363a4b1736ef5b9 /core/uemis.h
parent64f0902e0d78ecf9a23016f8048c4e21167b527a (diff)
downloadsubsurface-d674c5028f45a5c3bc67a2aafa637c798c3874f0.tar.gz
Dive site: use pointer instead of uuid in uemis_helper
Another small step in removing dive-site UUIDs: use a pointer instead of a UUID in the "uemis_helper" structure. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/uemis.h')
-rw-r--r--core/uemis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/uemis.h b/core/uemis.h
index 28af7832d..9c0a70995 100644
--- a/core/uemis.h
+++ b/core/uemis.h
@@ -15,7 +15,7 @@ extern "C" {
void uemis_parse_divelog_binary(char *base64, void *divep);
int uemis_get_weight_unit(uint32_t diveid);
-void uemis_mark_divelocation(int diveid, int divespot, uint32_t dive_site_uuid);
+void uemis_mark_divelocation(int diveid, int divespot, struct dive_site *ds);
void uemis_set_divelocation(int divespot, char *text, double longitude, double latitude);
int uemis_get_divespot_id_by_diveid(uint32_t diveid);