summaryrefslogtreecommitdiffstats
path: root/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'profile.h')
-rw-r--r--profile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/profile.h b/profile.h
index a7a48b51e..daf402d52 100644
--- a/profile.h
+++ b/profile.h
@@ -43,8 +43,9 @@ struct plot_data {
int stopdepth_calc;
int pressure_time;
};
-
+//TODO: remove the calculatE_max_limits as soon as the new profile is done.
void calculate_max_limits(struct dive *dive, struct divecomputer *dc, struct graphics_context *gc);
+struct plot_info calculate_max_limits_new(struct dive *dive, struct divecomputer *dc);
struct plot_info *create_plot_info(struct dive *dive, struct divecomputer *dc, struct graphics_context *gc, bool print_mode);
int setup_temperature_limits(struct graphics_context *gc);
int get_cylinder_pressure_range(struct graphics_context *gc);