summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dive.h b/dive.h
index 86c288fca..140e14d3f 100644
--- a/dive.h
+++ b/dive.h
@@ -872,7 +872,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);
+extern void average_max_depth(struct diveplan *dive, int *avg_depth, int *max_depth);
#include "pref.h"