summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-04 11:40:02 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-04 11:40:02 -0700
commitcc86d68c86110bb16b5a75dbd50d35dca39c0719 (patch)
tree30d900cfdc85685b7c9d975b626e281222e1a092 /dive.h
parentd4e37453704edf433a28f457d25c608d8eac1bd3 (diff)
downloadsubsurface-cc86d68c86110bb16b5a75dbd50d35dca39c0719.tar.gz
Planner: don't set cylinder start and end pressure when adding dive
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dive.h b/dive.h
index d22ff0543..d4bce9d6e 100644
--- a/dive.h
+++ b/dive.h
@@ -741,7 +741,7 @@ extern bool no_weightsystems(weightsystem_t *ws);
extern bool weightsystems_equal(weightsystem_t *ws1, weightsystem_t *ws2);
extern void remove_cylinder(struct dive *dive, int idx);
extern void remove_weightsystem(struct dive *dive, int idx);
-extern void reset_cylinders(struct dive *dive);
+extern void reset_cylinders(struct dive *dive, bool track_gas);
/*
* String handling.