summaryrefslogtreecommitdiffstats
path: root/uemis.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-04-20 22:30:04 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-04-30 07:42:42 -0700
commit8bbb3dfe4241b200cc37420ed45d7303a99c8b27 (patch)
treeab70c58fc1510216da37f53932d16939f3d77f52 /uemis.h
parente9ba8f0ff60144dd71bfb4e305a3a41dde2722f5 (diff)
downloadsubsurface-8bbb3dfe4241b200cc37420ed45d7303a99c8b27.tar.gz
Uemis downloader: allow continuing download by clicking Retry
When we run out of space in the Uemis filesystem we return an error. The user could reasonably unplug the SDA, insert it again and then retry to continue the download (that's what we tell them to do). In that case we need to make sure we start at the correct dive otherwise the same dives keep getting downloaded over and over again. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'uemis.h')
-rw-r--r--uemis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uemis.h b/uemis.h
index 32c4bdc24..7a12b1ee9 100644
--- a/uemis.h
+++ b/uemis.h
@@ -16,6 +16,7 @@ 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_set_divelocation(int divespot, char *text, double longitude, double latitude);
+void uemis_set_max_diveid_from_dialog(int diveid);
typedef struct
{