summaryrefslogtreecommitdiffstats
path: root/subsurface-core/uemis.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-09 19:06:14 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-09 21:47:36 -0800
commitae5c7a55be062d3113c9e4f24b476bdba82e8d33 (patch)
tree4c6595d930ca41280926dba07e38857c38b0280a /subsurface-core/uemis.h
parent349c27a96eb2731a697da5b4a50fe6c9ca7a0dd0 (diff)
downloadsubsurface-ae5c7a55be062d3113c9e4f24b476bdba82e8d33.tar.gz
Clean up UEMIS downloader
Mostly signedness issues, but also removing useless code that didn't have any effect. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/uemis.h')
-rw-r--r--subsurface-core/uemis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-core/uemis.h b/subsurface-core/uemis.h
index 5f32fe76c..1758b4b32 100644
--- a/subsurface-core/uemis.h
+++ b/subsurface-core/uemis.h
@@ -13,7 +13,7 @@ extern "C" {
#endif
void uemis_parse_divelog_binary(char *base64, void *divep);
-int uemis_get_weight_unit(int diveid);
+int uemis_get_weight_unit(uint32_t diveid);
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);
int uemis_get_divespot_id_by_diveid(uint32_t diveid);