summaryrefslogtreecommitdiffstats
path: root/core/planner.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/planner.h')
-rw-r--r--core/planner.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/planner.h b/core/planner.h
index 741f83c02..fb5338c8f 100644
--- a/core/planner.h
+++ b/core/planner.h
@@ -17,9 +17,8 @@ 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_at_time(struct dive *dive, struct divecomputer *dc, duration_t time, struct gasmix *gas);
extern int get_cylinderid_at_time(struct dive *dive, struct divecomputer *dc, duration_t time);
-extern int get_gasidx(struct dive *dive, struct gasmix *mix);
+extern int get_gasidx(struct dive *dive, struct gasmix mix);
extern bool diveplan_empty(struct diveplan *diveplan);
extern void add_plan_to_notes(struct diveplan *diveplan, struct dive *dive, bool show_disclaimer, int error);