diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-19 08:08:29 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-19 08:08:29 -0700 |
commit | 1298aa87e519addde0f5490b238395fcaf8b4e95 (patch) | |
tree | f8e6478e7091bef9f54005df8d94351528faefbe /statistics.h | |
parent | 0cb9b9ccfba97916077a2251153a2f99a44ba9ca (diff) | |
download | subsurface-1298aa87e519addde0f5490b238395fcaf8b4e95.tar.gz |
Continue populating the DiveInfo tab
Pulled one more helper from statistics-gtk.c (but didn't modify the code
there to use it as that code is no longer being compiled).
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 } |