diff options
Diffstat (limited to 'core/pref.h')
-rw-r--r-- | core/pref.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pref.h b/core/pref.h index 2d835dda1..d00d766a5 100644 --- a/core/pref.h +++ b/core/pref.h @@ -54,6 +54,7 @@ typedef struct { char *vendor; char *product; char *device; + char *device_name; int download_mode; } dive_computer_prefs_t; |