diff options
Diffstat (limited to 'core/libdivecomputer.h')
-rw-r--r-- | core/libdivecomputer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/libdivecomputer.h b/core/libdivecomputer.h index 25c968afc..d3aafc87b 100644 --- a/core/libdivecomputer.h +++ b/core/libdivecomputer.h @@ -42,6 +42,7 @@ typedef struct dc_user_device_t bool bluetooth_mode; FILE *libdc_logfile; struct dive_table *download_table; + struct dive_site_table *sites; } device_data_t; const char *errmsg (dc_status_t rc); |