aboutsummaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-10 15:26:51 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-10 15:26:51 -0700
commit88dc170af6c1aef2a5c9746f1db53f51c5ae450d (patch)
tree90b9a946542ace469efa4b2ef82724b8f18b83a8 /dive.h
parentb17c7f07095da886a688de2d36f79d433d6110b9 (diff)
downloadsubsurface-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index d9fa35abf..6191b60b9 100644
--- a/dive.h
+++ b/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)