diff options
Diffstat (limited to 'statistics.h')
-rw-r--r-- | statistics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/statistics.h b/statistics.h index 94a4961cb..e28fb8f55 100644 --- a/statistics.h +++ b/statistics.h @@ -47,6 +47,7 @@ extern void get_selected_dives_text(char *buffer, int size); extern void get_gas_used(struct dive *dive, volume_t gases[MAX_CYLINDERS]); extern char *get_gaslist(struct dive *dive); extern void process_selected_dives(void); +void selected_dives_gas_parts(volume_t *o2_tot, volume_t *he_tot); #ifdef __cplusplus } |