mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Move gas string computation into core logic code
This is now a helper called from the Gtk UI code (and will soon be used by the Qt UI code). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e6ec626c97
commit
63c5080561
3 changed files with 37 additions and 24 deletions
|
|
@ -32,6 +32,7 @@ extern void export_all_dives_uddf_cb();
|
|||
extern void process_dives(bool imported, bool prefer_imported);
|
||||
extern char *get_dive_date_string(timestamp_t when);
|
||||
extern char *get_trip_date_string(timestamp_t when, int nr);
|
||||
extern char *get_nitrox_string(struct dive *dive);
|
||||
extern void clear_trip_indexes(void);
|
||||
extern dive_trip_t *find_trip_by_idx(int idx);
|
||||
extern int dive_nr_sort(int idx_a, int idx_b, timestamp_t when_a, timestamp_t when_b);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue