mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
fb2ba72e42
commit
c1ef59c540
4 changed files with 19 additions and 11 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue