diff options
author | Robert C. Helling <helling@atdotde.de> | 2016-12-15 23:22:54 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-12-26 12:47:57 -0800 |
commit | c1ef59c540c69b136808e98a334302464e5ba162 (patch) | |
tree | c49e98d9e59ea27f04023fbe1fa09413e72fb459 /core/divelist.h | |
parent | fb2ba72e429cd6c39b32eb87ee6c570149243ed5 (diff) | |
download | subsurface-c1ef59c540c69b136808e98a334302464e5ba162.tar.gz |
Indicate a repetitive dive in the diveplan
Fixes #1095
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/divelist.h')
-rw-r--r-- | core/divelist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/divelist.h b/core/divelist.h index 7a35fb264..f36766fed 100644 --- a/core/divelist.h +++ b/core/divelist.h @@ -14,7 +14,7 @@ extern void update_cylinder_related_info(struct dive *); extern void mark_divelist_changed(int); extern int unsaved_changes(void); extern void remove_autogen_trips(void); -extern double init_decompression(struct dive *dive); +extern bool init_decompression(struct dive *dive); /* divelist core logic functions */ extern void process_dives(bool imported, bool prefer_imported); |