diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-10 15:26:51 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-10 15:26:51 -0700 |
commit | 88dc170af6c1aef2a5c9746f1db53f51c5ae450d (patch) | |
tree | 90b9a946542ace469efa4b2ef82724b8f18b83a8 /dive.h | |
parent | b17c7f07095da886a688de2d36f79d433d6110b9 (diff) | |
download | subsurface-88dc170af6c1aef2a5c9746f1db53f51c5ae450d.tar.gz |
Declare 'update_dive()' properly
Avoid a compiler warning..
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |