summaryrefslogtreecommitdiffstats
path: root/core/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/dive.h')
-rw-r--r--core/dive.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/dive.h b/core/dive.h
index 82cda6719..5988990b5 100644
--- a/core/dive.h
+++ b/core/dive.h
@@ -402,6 +402,9 @@ extern void picture_free(struct picture *picture);
extern int explicit_first_cylinder(struct dive *dive, struct divecomputer *dc);
extern int get_depth_at_time(struct divecomputer *dc, unsigned int time);
+extern fraction_t best_o2(depth_t depth, struct dive *dive);
+extern fraction_t best_He(depth_t depth, struct dive *dive);
+
static inline int get_surface_pressure_in_mbar(const struct dive *dive, bool non_null)
{
int mbar = dive->surface_pressure.mbar;