From d032c2a5c53820a3abec983ba9d61366c1f346fd Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 12 Feb 2015 22:08:43 -0800 Subject: 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 --- uemis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uemis.h') diff --git a/uemis.h b/uemis.h index 32c4bdc24..ad4fa10de 100644 --- a/uemis.h +++ b/uemis.h @@ -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 -- cgit v1.2.3-70-g09d2