diff options
Diffstat (limited to 'core/profile.h')
-rw-r--r-- | core/profile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/profile.h b/core/profile.h index 2c4a632d5..580fc8e68 100644 --- a/core/profile.h +++ b/core/profile.h @@ -80,6 +80,7 @@ struct ev_select { extern void compare_samples(struct plot_data *e1, struct plot_data *e2, char *buf, int bufsize, int sum); extern struct plot_info *analyze_plot_info(struct plot_info *pi); +extern void init_plot_info(struct plot_info *pi); extern void create_plot_info_new(struct dive *dive, struct divecomputer *dc, struct plot_info *pi, bool fast, struct deco_state *planner_ds); extern void calculate_deco_information(struct deco_state *ds, const struct deco_state *planner_de, const struct dive *dive, const struct divecomputer *dc, struct plot_info *pi, bool print_mode); extern struct plot_data *get_plot_details_new(struct plot_info *pi, int time, struct membuffer *); |