mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Turn dive_list_changed into bool
All callers of mark_divelist_changed() were passing a bool. Therefore, let mark_divelist_changed() take a bool and make dive_list_changed a bool. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
47bf5cf5e0
commit
a17d1c7b85
2 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ extern "C" {
|
|||
struct dive;
|
||||
|
||||
extern void update_cylinder_related_info(struct dive *);
|
||||
extern void mark_divelist_changed(int);
|
||||
extern void mark_divelist_changed(bool);
|
||||
extern int unsaved_changes(void);
|
||||
extern void remove_autogen_trips(void);
|
||||
extern int init_decompression(struct deco_state *ds, struct dive *dive);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue