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 075e7758c..717aa94cf 100644
--- a/core/deco.h
+++ b/core/deco.h
@@ -8,7 +8,7 @@ extern "C" {
extern double buehlmann_N2_t_halflife[];
-extern int deco_allowed_depth(double tissues_tolerance, double surface_pressure, struct dive *dive, bool smooth);
+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);