summaryrefslogtreecommitdiffstats
path: root/core/deco.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/deco.h')
-rw-r--r--core/deco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/deco.h b/core/deco.h
index dfe59bea2..cc3dacfc2 100644
--- a/core/deco.h
+++ b/core/deco.h
@@ -52,7 +52,7 @@ extern const double buehlmann_N2_t_halflife[];
extern int deco_allowed_depth(double tissues_tolerance, double surface_pressure, const struct dive *dive, bool smooth);
double get_gf(struct deco_state *ds, double ambpressure_bar, const struct dive *dive);
-extern void clear_deco(struct deco_state *ds, double surface_pressure);
+extern void clear_deco(struct deco_state *ds, double surface_pressure, bool in_planner);
extern void dump_tissues(struct deco_state *ds);
extern void set_gf(short gflow, short gfhigh);
extern void set_vpmb_conservatism(short conservatism);