diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-07-17 21:16:49 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-18 10:02:11 -0700 |
commit | 9eeeba468a5b4913cf889801690dc3aa834c7780 (patch) | |
tree | ff47d4a066684b0b0a8ffdb9af97414bfaa9c70e /planner.h | |
parent | 8e5eb71e0b344a68fc6fcfae1ace6fef6605a3d5 (diff) | |
download | subsurface-9eeeba468a5b4913cf889801690dc3aa834c7780.tar.gz |
Use more of our propper types in the planner
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'planner.h')
-rw-r--r-- | planner.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ extern void set_verbatim(bool verbatim); extern void set_display_runtime(bool display); extern void set_display_duration(bool display); extern void set_display_transitions(bool display); -extern void get_gas_from_events(struct divecomputer *dc, int time, struct gasmix *gas); +extern void get_gas_from_events(struct divecomputer *dc, duration_t time, struct gasmix *gas); extern int get_gasidx(struct dive *dive, struct gasmix *mix); extern bool diveplan_empty(struct diveplan *diveplan); |