diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-02-12 22:08:43 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-12 22:45:47 -0800 |
commit | d032c2a5c53820a3abec983ba9d61366c1f346fd (patch) | |
tree | e43a6c8c2950c04bb889733549093228bd277385 /uemis.h | |
parent | 9ca600e114cd5f12a17c6a2d39d445f76eb67b0a (diff) | |
download | subsurface-d032c2a5c53820a3abec983ba9d61366c1f346fd.tar.gz |
Change UEMIS infrastructure to use dive sites
Which is actually much more natural to the way the UEMIS stores things...
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'uemis.h')
-rw-r--r-- | uemis.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ extern "C" { void uemis_parse_divelog_binary(char *base64, void *divep); int uemis_get_weight_unit(int diveid); -void uemis_mark_divelocation(int diveid, int divespot, char **location, degrees_t *latitude, degrees_t *longitude); +void uemis_mark_divelocation(int diveid, int divespot, uint32_t dive_site_uuid); void uemis_set_divelocation(int divespot, char *text, double longitude, double latitude); typedef struct |