Cleanup: make local variables and functions in deco.c static

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-06-04 18:51:54 +02:00 committed by Dirk Hohndel
parent e2937f0614
commit 821f68550d
2 changed files with 37 additions and 37 deletions

View file

@ -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);