diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-06-04 18:51:54 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-06-19 13:11:10 -0700 |
commit | 821f68550d09f8e9bc394de682bfc7e8f8a37879 (patch) | |
tree | 85032dbe1fc0304c28f9942f52144103975319dd /core/deco.h | |
parent | e2937f06146f74a527a04ac39e631dd040277e7f (diff) | |
download | subsurface-821f68550d09f8e9bc394de682bfc7e8f8a37879.tar.gz |
Cleanup: make local variables and functions in deco.c static
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/deco.h')
-rw-r--r-- | core/deco.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/deco.h b/core/deco.h index a86ab1a47..ffb52f959 100644 --- a/core/deco.h +++ b/core/deco.h @@ -6,7 +6,7 @@ extern "C" { #endif -extern double buehlmann_N2_t_halflife[]; +extern const double buehlmann_N2_t_halflife[]; extern int deco_allowed_depth(double tissues_tolerance, double surface_pressure, const struct dive *dive, bool smooth); |