summaryrefslogtreecommitdiffstats
path: root/planner.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-09 20:35:09 +0900
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-09 20:35:09 +0900
commit487efb1ee91c5b7e648f31ef3700fae2c45753d4 (patch)
treeee9226b8abb20f09473dd42ef0dca4578433911d /planner.h
parent5dce73f62b21b9d70cf4d7f51c8d6ec9cf8bb9f1 (diff)
parent6d5b2d75927b23183f8864bebf894b7bf4828311 (diff)
downloadsubsurface-487efb1ee91c5b7e648f31ef3700fae2c45753d4.tar.gz
Merge branch 'addDiveGasFix'
Diffstat (limited to 'planner.h')
-rw-r--r--planner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/planner.h b/planner.h
index 30dca4f70..caecd513f 100644
--- a/planner.h
+++ b/planner.h
@@ -11,6 +11,7 @@ extern int validate_po2(const char *text, int *mbar_po2);
extern timestamp_t current_time_notz(void);
extern void show_planned_dive(char **error_string_p);
extern void set_last_stop(bool last_stop_6m);
+extern void get_gas_from_events(struct divecomputer *dc, int time, int *o2, int *he);
extern struct diveplan diveplan;
extern struct dive *planned_dive;