diff options
Diffstat (limited to 'core/libdivecomputer.h')
-rw-r--r-- | core/libdivecomputer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/libdivecomputer.h b/core/libdivecomputer.h index 9e3fbf1ef..9932c9d84 100644 --- a/core/libdivecomputer.h +++ b/core/libdivecomputer.h @@ -28,6 +28,7 @@ extern "C" { struct dive; struct dive_computer; +struct devices; typedef struct { dc_descriptor_t *descriptor; @@ -47,6 +48,7 @@ typedef struct { FILE *libdc_logfile; struct dive_table *download_table; struct dive_site_table *sites; + struct device_table *devices; void *androidUsbDeviceDescriptor; } device_data_t; |