diff options
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -266,7 +266,6 @@ struct event { struct divecomputer { timestamp_t when; const char *model; - const char *nickname; uint32_t deviceid, diveid; int samples, alloc_samples; struct sample *sample; @@ -529,6 +528,7 @@ extern void dive_list_update_dives(void); extern void flush_divelist(struct dive *dive); extern void set_dc_nickname(struct dive *dive); +extern const char *get_dc_nickname(uint32_t deviceid); extern void remember_dc(uint32_t deviceid, const char *nickname, gboolean change_conf); #define DIVE_ERROR_PARSE 1 |