diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/dive.h | 2 | ||||
-rw-r--r-- | core/planner.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/dive.h b/core/dive.h index 2c5a28d72..8e9185daa 100644 --- a/core/dive.h +++ b/core/dive.h @@ -398,8 +398,6 @@ extern void subsurface_command_line_exit(int *, char ***); #define FRACTION(n, x) ((unsigned)(n) / (x)), ((unsigned)(n) % (x)) -#define DECOTIMESTEP 60 /* seconds. Unit of deco stop times */ - extern bool is_dc_planner(const struct divecomputer *dc); extern bool has_planned(const struct dive *dive, bool planned); diff --git a/core/planner.h b/core/planner.h index 06600054d..6d0353db0 100644 --- a/core/planner.h +++ b/core/planner.h @@ -8,6 +8,8 @@ #include "units.h" #include "divemode.h" +#define DECOTIMESTEP 60 /* seconds. Unit of deco stop times */ + /* this should be converted to use our types */ struct divedatapoint { int time; |