summaryrefslogtreecommitdiffstats
path: root/profile.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-09-27 10:03:13 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-09-27 10:03:13 -0700
commitff0b2745a70f8ae3611fe9eaf98c9ebbb3c2da1f (patch)
treeab55fc3b0dfa4f9ce2420dc12b5a361146aab8c2 /profile.h
parentdf8107830e24ce3687d37ee245a4e38202deea5f (diff)
parenta3ce871e0ad8981964a189321ac70d021c8ac145 (diff)
downloadsubsurface-ff0b2745a70f8ae3611fe9eaf98c9ebbb3c2da1f.tar.gz
Merge branch 'toolbar-ruler-rb' of github.com:mguentner/subsurface
Diffstat (limited to 'profile.h')
-rw-r--r--profile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/profile.h b/profile.h
index 45e5a11fa..2de469f94 100644
--- a/profile.h
+++ b/profile.h
@@ -33,6 +33,7 @@ struct plot_data {
double po2, pn2, phe;
double mod, ead, end, eadd;
velocity_t velocity;
+ int speed;
struct plot_data *min[3];
struct plot_data *max[3];
int avg[3];
@@ -42,6 +43,7 @@ void calculate_max_limits(struct dive *dive, struct divecomputer *dc, struct gra
struct plot_info *create_plot_info(struct dive *dive, struct divecomputer *dc, struct graphics_context *gc);
int setup_temperature_limits(struct graphics_context *gc);
int get_cylinder_pressure_range(struct graphics_context *gc);
+void compare_samples(struct plot_data *e1, struct plot_data *e2, char *buf, int bufsize, int sum);
struct ev_select {
char *ev_name;