mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Declare 'update_dive()' properly
Avoid a compiler warning.. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
b17c7f0709
commit
88dc170af6
1 changed files with 1 additions and 0 deletions
1
dive.h
1
dive.h
|
@ -181,6 +181,7 @@ extern void flush_dive_info_changes(struct dive *);
|
|||
extern void show_dive_equipment(struct dive *);
|
||||
extern void flush_dive_equipment_changes(struct dive *);
|
||||
|
||||
extern void update_dive(struct dive *new_dive);
|
||||
extern void save_dives(const char *filename);
|
||||
|
||||
static inline unsigned int dive_size(int samples)
|
||||
|
|
Loading…
Reference in a new issue