mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
349c27a96e
commit
ae5c7a55be
3 changed files with 12 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue