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>
This commit is contained in:
Dirk Hohndel 2013-05-19 08:08:29 -07:00
parent 0cb9b9ccfb
commit 1298aa87e5
3 changed files with 30 additions and 0 deletions

View file

@ -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
}