summaryrefslogtreecommitdiffstats
path: root/planner.h
diff options
context:
space:
mode:
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);