summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 11afa99b1..ecb0bfd50 100644
--- a/dive.h
+++ b/dive.h
@@ -799,6 +799,9 @@ extern double strtod_flags(const char *str, const char **ptr, unsigned int flags
}
#endif
+extern weight_t string_to_weight(const char *str);
+extern depth_t string_to_depth(const char *str);
+
#include "pref.h"
#endif /* DIVE_H */