summaryrefslogtreecommitdiffstats
path: root/planner.h
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2014-07-17 21:16:49 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-18 10:02:11 -0700
commit9eeeba468a5b4913cf889801690dc3aa834c7780 (patch)
treeff47d4a066684b0b0a8ffdb9af97414bfaa9c70e /planner.h
parent8e5eb71e0b344a68fc6fcfae1ace6fef6605a3d5 (diff)
downloadsubsurface-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/planner.h b/planner.h
index 12ea3d9d0..3f8d4d6cd 100644
--- a/planner.h
+++ b/planner.h
@@ -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);