summaryrefslogtreecommitdiffstats
path: root/core/libdivecomputer.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/libdivecomputer.h')
-rw-r--r--core/libdivecomputer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/libdivecomputer.h b/core/libdivecomputer.h
index b06b5ae0d..2732adfb5 100644
--- a/core/libdivecomputer.h
+++ b/core/libdivecomputer.h
@@ -47,6 +47,7 @@ typedef struct dc_user_device_t
bool bluetooth_mode;
FILE *libdc_logfile;
struct dive_table *download_table;
+ struct trip_table *trip_table;
} device_data_t;
const char *errmsg (dc_status_t rc);