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 732a287e1..81a560568 100644 --- a/statistics.h +++ b/statistics.h @@ -40,6 +40,7 @@ extern char *get_minutes(int seconds); extern void process_all_dives(struct dive *dive, struct dive **prev_dive); extern void get_selected_dives_text(char *buffer, int size); extern volume_t get_gas_used(struct dive *dive); +extern char *get_gaslist(struct dive *dive); #ifdef __cplusplus } |