diff options
Diffstat (limited to 'profile.h')
-rw-r--r-- | profile.h | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -52,6 +52,12 @@ struct plot_data { int heartbeat; int bearing; }; + +struct ev_select { + char *ev_name; + bool plot_ev; +}; + struct plot_info calculate_max_limits_new(struct dive *dive, struct divecomputer *dc); void compare_samples(struct plot_data *e1, struct plot_data *e2, char *buf, int bufsize, int sum); struct plot_data *populate_plot_entries(struct dive *dive, struct divecomputer *dc, struct plot_info *pi); @@ -60,11 +66,6 @@ void create_plot_info_new(struct dive *dive, struct divecomputer *dc, struct plo void calculate_deco_information(struct dive *dive, struct divecomputer *dc, struct plot_info *pi, bool print_mode); void get_plot_details_new(struct plot_info *pi, int time, struct membuffer *); -struct ev_select { - char *ev_name; - bool plot_ev; -}; - /* * When showing dive profiles, we scale things to the * current dive. However, we don't scale past less than |