summaryrefslogtreecommitdiffstats
path: root/core/deco.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/deco.h')
-rw-r--r--core/deco.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/deco.h b/core/deco.h
index 03b8c59f3..581d2a791 100644
--- a/core/deco.h
+++ b/core/deco.h
@@ -6,11 +6,8 @@
extern "C" {
#endif
-extern double tolerated_by_tissue[];
extern double buehlmann_N2_t_halflife[];
-extern double tissue_inertgas_saturation[16];
-extern double buehlmann_inertgas_a[16], buehlmann_inertgas_b[16];
-extern double gf_low_pressure_this_dive;
+extern struct deco_state *deco_state;
extern int deco_allowed_depth(double tissues_tolerance, double surface_pressure, struct dive *dive, bool smooth);