diff options
Diffstat (limited to 'core/display.h')
-rw-r--r-- | core/display.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/display.h b/core/display.h index 6b773a496..3e3a9531e 100644 --- a/core/display.h +++ b/core/display.h @@ -21,6 +21,7 @@ struct plot_info { double endtempcoord; double maxpp; struct plot_data *entry; + struct plot_pressure_data *pressures; /* MAX_CYLINDERS blocks of nr entries. */ }; extern struct divecomputer *select_dc(struct dive *); |