diff options
Diffstat (limited to 'core/libdivecomputer.h')
-rw-r--r-- | core/libdivecomputer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libdivecomputer.h b/core/libdivecomputer.h index a618f49f2..83a6bab79 100644 --- a/core/libdivecomputer.h +++ b/core/libdivecomputer.h @@ -23,7 +23,7 @@ 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 dc_user_device_t { dc_descriptor_t *descriptor; const char *vendor, *product, *devname; |