diff options
Diffstat (limited to 'libdivecomputer.h')
-rw-r--r-- | libdivecomputer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdivecomputer.h b/libdivecomputer.h index ec210d31b..d9c5ac90a 100644 --- a/libdivecomputer.h +++ b/libdivecomputer.h @@ -15,7 +15,8 @@ extern "C" { /* don't forget to include the UI toolkit specific display-XXX.h first to get the definition of progressbar_t */ -typedef struct device_data_t { +typedef struct device_data_t +{ dc_descriptor_t *descriptor; const char *vendor, *product, *devname; const char *model; |