diff options
author | Robert C. Helling <helling@atdotde.de> | 2014-04-26 17:29:40 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-08 12:28:09 -0700 |
commit | c3a3c1a1e7d7eedc7aa09ba9842069e9933cb7b2 (patch) | |
tree | 0375e31c2e39e47944a2cf275f98e9a08493b611 /dive.h | |
parent | 00e7ef2cf88e1a96bf14317af79ab2c9b3468ed2 (diff) | |
download | subsurface-c3a3c1a1e7d7eedc7aa09ba9842069e9933cb7b2.tar.gz |
Planner: Implement ascend rate according to GUE standard procedures
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -915,6 +915,7 @@ extern depth_t string_to_depth(const char *str); extern pressure_t string_to_pressure(const char *str); extern volume_t string_to_volume(const char *str, pressure_t workp); extern fraction_t string_to_fraction(const char *str); +extern int average_depth(struct diveplan *dive); #include "pref.h" |