diff options
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/dive.h b/core/dive.h index c2ae1e36d..c65d3ffc5 100644 --- a/core/dive.h +++ b/core/dive.h @@ -971,6 +971,8 @@ extern volume_t string_to_volume(const char *str, pressure_t workp); extern fraction_t string_to_fraction(const char *str); extern void average_max_depth(struct diveplan *dive, int *avg_depth, int *max_depth); +extern struct dive_table downloadTable; + #include "pref.h" #endif // DIVE_H |